-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1002 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
{
"name": "extreme-starry-docs",
"type": "module",
"description": "Extreme Starry 文档站",
"license": "CC-BY-NC-SA 4.0",
"packageManager": "[email protected]",
"scripts": {
"build": "vuepress build docs",
"clean-dev": "vuepress dev docs --clean-cache",
"dev": "vuepress dev docs",
"format": "prettier --write --config prettier.config.yaml .",
"postinstall": "husky install",
"postpack": "pinst --enable",
"prepack": "pinst --disable",
"preview": "yarn dlx live-server --no-browser --mount=/docs/:dist/",
"update-package": "yarn dlx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.7",
"husky": "^9.0.11",
"mermaid": "^10.8.0",
"pinst": "^3.0.0",
"prettier": "^3.2.5",
"prettier-plugin-pkg": "^0.18.1",
"typescript": "^5.3.3",
"vue": "^3.4.19",
"vue-router": "^4.2.5",
"vuepress": "2.0.0-rc.7",
"vuepress-plugin-search-pro": "^2.0.0-rc.24",
"vuepress-theme-hope": "^2.0.0-rc.24"
}
}