mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"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"
|
|
}
|