-
Notifications
You must be signed in to change notification settings - Fork 3.2k
/
package.json
41 lines (41 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
{
"license": "CC BY-NC-SA 4.0",
"engines": {
"node": ">=18.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.3.1",
"@vue/theme": "^2.2.12",
"dynamics.js": "^1.1.5",
"gsap": "^3.12.5",
"vitepress": "^1.3.2",
"vue": "^3.5.0"
},
"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",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.29",
"zhlint": "^0.8.1"
},
"packageManager": "pnpm@9.1.4"
}