forked from DGP-Studio/Snap.Hutao.Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.05 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.19",
"@vuepress/plugin-docsearch": "2.0.0-rc.66",
"@vuepress/plugin-feed": "2.0.0-rc.66",
"@vuepress/plugin-google-analytics": "2.0.0-rc.66",
"@vuepress/plugin-pwa": "2.0.0-rc.66",
"@vuepress/plugin-redirect": "2.0.0-rc.66",
"husky": "9.1.7",
"nano-staged": "0.8.0",
"prettier": "3.4.2",
"sass-embedded": "1.83.0",
"vue": "3.5.13",
"vuepress": "2.0.0-rc.19",
"vuepress-theme-hope": "2.0.0-rc.64"
},
"engines": {
"node": ">=18.19.0"
},
"nano-staged": {
"*.{json,md,ts,vue}": "prettier --write"
},
"packageManager": "[email protected]"
}