forked from DUpdateSystem/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 700 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 700 Bytes
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
{
"scripts": {
"dev": "vuepress dev .",
"build": "vuepress build .",
"format": "prettier --write .",
"format:staged": "pretty-quick --staged --verbose",
"format:check": "prettier --check .",
"prepare": "husky"
},
"devDependencies": {
"@moonbegonia/prettier-config": "^1.1.0",
"@vuepress/bundler-vite": "2.0.0-rc.28",
"@vuepress/theme-default": "2.0.0-rc.128",
"husky": "^9.1.7",
"prettier": "^3.7.4",
"pretty-quick": "^4.2.2",
"sass": "^1.96.0",
"vuepress": "2.0.0-rc.28"
},
"engines": {
"node": ">=20.9.0"
},
"pnpm": {
"overrides": {
"undici": "8.2.0",
"picomatch": "4.0.4",
"yaml": "2.8.4"
}
}
}