forked from vuejs-translations/docs-zh-cn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.02 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
43
44
45
{
"engines": {
"node": ">=14.0.0",
"pnpm": ">=7.4.0"
},
"scripts": {
"dev": "vitepress",
"build": "vitepress build",
"serve": "vitepress serve",
"zhlint": "zhlint 'src/{api,about,guide,sponsor,translations,tutorial}/**/*.md'",
"clean": "rm -rf .vitepress/dist",
"sync": "node scripts/sync.js",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@vue/repl": "^1.2.4",
"@vue/theme": "^1.2.2",
"dynamics.js": "^1.1.5",
"gsap": "^3.9.0",
"vitepress": "^1.0.0-alpha.13",
"vue": "^3.2.38"
},
"devDependencies": {
"@types/markdown-it": "^12.2.3",
"@types/node": "^16.9.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.14.2",
"zhlint": "^0.6.1"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"react",
"react-dom",
"@types/react"
]
}
}
}