-
Notifications
You must be signed in to change notification settings - Fork 121
/
Copy pathpackage.json
34 lines (34 loc) · 996 Bytes
/
package.json
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
{
"name": "fabric-docs",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"bump": "tsx ./.vitepress/update.ts"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/node": "^22.5.5",
"@types/prompts": "^2.4.9",
"glob": "^11.0.0",
"markdownlint": "^0.35.0",
"markdownlint-rule-search-replace": "^1.2.0",
"markdownlint-rule-titlecase": "^0.1.0",
"prompts": "^2.4.2",
"tsx": "^4.19.2"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.21.3"
},
"dependencies": {
"@vueuse/core": "^12.4.0",
"markdown-it-mathjax3": "^4.3.2",
"markdown-it-vuepress-code-snippet-enhanced": "github:IMB11/md-it-enhanced-snippets#dfb9fa2",
"medium-zoom": "^1.1.0",
"syntax-mcfunction": "github:MinecraftCommands/syntax-mcfunction#458827b",
"vidstack": "^1.12.1",
"vitepress": "^1.3.4",
"vitepress-versioning-plugin": "^1.2.1",
"vue": "^3.5.6"
}
}