-
-
Notifications
You must be signed in to change notification settings - Fork 373
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 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
{
"name": "vite-docs-cn",
"version": "8.0.0",
"description": "Vite.js documentation Chinese translation.",
"repository": "https://github.com/vitejs/docs-cn",
"type": "module",
"author": "Evan You",
"private": true,
"license": "CC BY-NC-SA 4.0",
"devDependencies": {
"@iconify/vue": "^5.0.0",
"@shikijs/vitepress-twoslash": "^4.0.2",
"@type-challenges/utils": "^0.1.1",
"@types/express": "^5.0.6",
"@types/node": "^25.0.10",
"@voidzero-dev/vitepress-theme": "^4.8.4",
"chalk": "^5.6.2",
"feed": "^5.2.1",
"gray-matter": "^4.0.3",
"gsap": "^3.14.2",
"lodash": "^4.17.23",
"markdown-it-image-size": "^15.0.1",
"vite": "^7.3.1",
"vitepress": "2.0.0-alpha.17",
"vitepress-plugin-graphviz": "^0.1.0",
"vitepress-plugin-group-icons": "^1.7.5",
"vue": "^3.5.32",
"vue-tsc": "^3.2.7",
"yorkie": "^2.0.0"
},
"packageManager": "pnpm@9.6.0",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "vitepress dev . --port 5174",
"build": "vitepress build .",
"typecheck": "vue-tsc",
"serve": "vitepress serve ."
},
"gitHooks": {
"commit-msg": "node scripts/verifyCommit.js"
}
}