forked from Bedrock-OSS/bedrock-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "bedrock-wiki",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vitepress dev docs",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=16384 vitepress build docs",
"fastbuild": "cross-env FAST_BUILD=true NODE_OPTIONS=--max-old-space-size=8192 vitepress build docs",
"preview": "vitepress preview docs",
"lint": "eslint docs/.vitepress"
},
"devDependencies": {
"@docsearch/css": "^3.8.3",
"@docsearch/js": "^3.8.3",
"@eslint/js": "^10.0.1",
"@types/archiver": "^7.0.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^18.19.74",
"@types/pngjs": "^6.0.5",
"@vueuse/core": "^14.2.1",
"archiver": "^7.0.1",
"cross-env": "^10.1.0",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-vue": "^10.8.0",
"glob": "^13.0.6",
"globals": "^17.4.0",
"gray-matter": "^4.0.3",
"jiti": "^2.6.1",
"js-yaml": "^4.1.1",
"jsonc-parser": "^3.3.1",
"markdown-it": "^14.1.1",
"markdown-it-mathjax3": "^4.3.2",
"markdown-it-task-lists": "^2.1.1",
"minimatch": "^10.2.4",
"molang": "^2.0.1",
"pngjs": "^7.0.0",
"prettier": "^3.7.4",
"prettier-plugin-markdown-list-tabwidth": "^1.2.0",
"sass": "^1.83.4",
"shiki": "^4.0.2",
"tga": "^1.0.7",
"tslib": "^2.8.1",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.0",
"vitepress": "^1.6.4",
"vue": "^3.5.32",
"vue-eslint-parser": "^10.4.0"
}
}