-
-
Notifications
You must be signed in to change notification settings - Fork 343
/
package.json
35 lines (35 loc) · 884 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
35
{
"name": "vite-docs-cn",
"version": "1.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": {
"@shikijs/vitepress-twoslash": "^1.24.2",
"@types/express": "^4.17.21",
"feed": "^4.2.2",
"vitepress": "1.5.0",
"vitepress-plugin-group-icons": "^1.3.1",
"vue": "^3.5.13",
"@types/node": "^20.9.2",
"@type-challenges/utils": "^0.1.1",
"chalk": "^4.1.2",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"vite": "^6.0.0",
"yorkie": "^2.0.0",
"gsap": "^3.12.4"
},
"packageManager": "[email protected]",
"scripts": {
"dev": "vitepress dev . --port 5174",
"build": "vitepress build .",
"serve": "vitepress serve ."
},
"gitHooks": {
"commit-msg": "node scripts/verifyCommit.js"
}
}