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.23",
|
|
"vuepress": "2.0.0-rc.9",
|
|
"vuepress-theme-hope": "2.0.0-rc.37"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.18.0"
|
|
},
|
|
"nano-staged": {
|
|
"*.md": "prettier --write"
|
|
},
|
|
"packageManager": "pnpm@9.0.5+sha256.61bd66913b52012107ec25a6ee4d6a161021ab99e04f6acee3aa50d0e34b4af9"
|
|
}
|