-
-
Notifications
You must be signed in to change notification settings - Fork 99
/
package.json
37 lines (37 loc) · 1.04 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
{
"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 .",
"update:theme": "pnpm dlx vp-update",
"prepare": "husky"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/plugin-docsearch": "2.0.0-rc.56",
"@vuepress/plugin-feed": "2.0.0-rc.56",
"@vuepress/plugin-google-analytics": "2.0.0-rc.54",
"@vuepress/plugin-pwa": "2.0.0-rc.56",
"@vuepress/plugin-redirect": "2.0.0-rc.56",
"husky": "9.1.6",
"nano-staged": "0.8.0",
"prettier": "3.3.3",
"sass-embedded": "^1.80.3",
"vue": "^3.5.12",
"vuepress": "2.0.0-rc.18",
"vuepress-theme-hope": "2.0.0-rc.59"
},
"engines": {
"node": ">=18.18.0"
},
"nano-staged": {
"*.md": "prettier --write"
},
"packageManager": "pnpm@9.12.1"
}