forked from vuejs-translations/docs-zh-cn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 KB
/
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
36
37
38
39
40
41
42
{
"license": "CC BY-NC-SA 4.0",
"engines": {
"node": ">=14.0.0",
"pnpm": ">=7.4.0"
},
"type": "module",
"scripts": {
"dev": "vitepress",
"build": "vitepress build",
"preview": "vitepress preview",
"lint": "zhlint 'src/{api,about,guide,sponsor,translations,tutorial}/**/*.md'",
"clean": "rm -rf .vitepress/dist",
"sync": "node scripts/sync.js",
"preinstall": "npx only-allow pnpm",
"type": "vue-tsc --noEmit"
},
"dependencies": {
"@vue/repl": "^4.2.1",
"@vue/theme": "^2.2.12",
"dynamics.js": "^1.1.5",
"gsap": "^3.12.5",
"vitepress": "^1.2.3",
"vue": "^3.4.27"
},
"devDependencies": {
"@types/body-scroll-lock": "^3.1.2",
"@types/markdown-it": "^14.1.1",
"@types/node": "^20.14.1",
"chalk": "^4.1.2",
"commander": "^9.4.0",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"open": "^8.4.0",
"simple-git": "^2.48.0",
"terser": "^5.31.0",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.19",
"zhlint": "^0.8.1"
},
"packageManager": "[email protected]"
}