forked from DGP-Studio/Snap.Hutao.Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.03 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
{
"name": "snap.hutao.docs",
"version": "2.0.0",
"description": "Documents site for Snap Hutao project",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress build docs",
"docs:clean-dev": "vuepress dev docs --clean-cache",
"docs:dev": "vuepress dev docs",
"lint": "prettier --check --write .",
"prepare": "husky"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.9",
"@vuepress/plugin-docsearch": "2.0.0-rc.26",
"@vuepress/plugin-feed": "2.0.0-rc.26",
"@vuepress/plugin-google-analytics": "2.0.0-rc.21",
"@vuepress/plugin-pwa": "2.0.0-rc.26",
"@vuepress/plugin-redirect": "2.0.0-rc.26",
"husky": "9.0.11",
"nano-staged": "0.8.0",
"prettier": "3.2.5",
"vue": "^3.4.26",
"vuepress": "2.0.0-rc.9",
"vuepress-theme-hope": "2.0.0-rc.38"
},
"engines": {
"node": ">=18.18.0"
},
"nano-staged": {
"*.md": "prettier --write"
},
"packageManager": "pnpm@9.0.6+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3"
}