-
Notifications
You must be signed in to change notification settings - Fork 338
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.24 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.24 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
{
"name": "fabric-docs",
"type": "module",
"packageManager": "pnpm@10.32.1",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"bump": "tsx ./.vitepress/bump.ts"
},
"dependencies": {
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@iconify/vue": "^5.0.0",
"@vueuse/core": "^12.8.2",
"gray-matter": "^4.0.3",
"markdown-it-vuepress-code-snippet-enhanced": "github:IMB11/md-it-enhanced-snippets#dfb9fa2",
"medium-zoom": "^1.1.0",
"syntax-java-bytecode": "github:mcgambing/Java-Bytecode#578f3e2c6861ac6396492540a987fe05d23b061a",
"syntax-mcfunction": "github:MinecraftCommands/syntax-mcfunction#51eb8bf4ca04355bb89f5538b7331cb0c0f3df2b",
"tinyglobby": "^0.2.15",
"vidstack": "^1.12.13",
"vitepress": "^2.0.0-alpha.12",
"vitepress-plugin-tabs": "^0.7.3",
"vitepress-versioning-plugin": "^1.3.0",
"vue": "^3.5.6"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/node": "^22.18.10",
"cross-spawn": "^7.0.6",
"markdownlint": "^0.40.0",
"markdownlint-rule-search-replace": "^1.2.0",
"markdownlint-rule-titlecase": "^0.1.0",
"oxc-minify": "^0.82.3",
"prettier": "^3.7.4",
"tsx": "^4.20.6"
}
}