mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
37 lines
952 B
JSON
37 lines
952 B
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 install"
|
|
},
|
|
"devDependencies": {
|
|
"@vuepress/bundler-vite": "2.0.0-rc.0",
|
|
"@vuepress/client": "2.0.0-rc.0",
|
|
"@vuepress/plugin-docsearch": "2.0.0-rc.0",
|
|
"@vuepress/plugin-google-analytics": "2.0.0-rc.0",
|
|
"husky": "8.0.3",
|
|
"nano-staged": "0.8.0",
|
|
"prettier": "3.0.3",
|
|
"vue": "^3.3.9",
|
|
"vuepress": "2.0.0-rc.0",
|
|
"vuepress-plugin-redirect": "2.0.0-rc.1",
|
|
"vuepress-theme-hope": "2.0.0-rc.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.12.0"
|
|
},
|
|
"nano-staged": {
|
|
"*.md": [
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"packageManager": "pnpm@8.9.2"
|
|
}
|