mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
* chore: update deps
* style: update linter
* fix: fix catalog
* chore: tweaks navbar config
(cherry picked from commit 7ac010e072)
36 lines
987 B
JSON
36 lines
987 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"
|
|
},
|
|
"devDependencies": {
|
|
"@vuepress/bundler-vite": "2.0.0-rc.8",
|
|
"@vuepress/plugin-docsearch": "2.0.0-rc.15",
|
|
"@vuepress/plugin-feed": "2.0.0-rc.15",
|
|
"@vuepress/plugin-google-analytics": "2.0.0-rc.15",
|
|
"@vuepress/plugin-pwa": "2.0.0-rc.16",
|
|
"@vuepress/plugin-redirect": "2.0.0-rc.15",
|
|
"husky": "9.0.11",
|
|
"nano-staged": "0.8.0",
|
|
"prettier": "3.2.5",
|
|
"vue": "^3.4.19",
|
|
"vuepress": "2.0.0-rc.8",
|
|
"vuepress-theme-hope": "2.0.0-rc.25"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.18.0"
|
|
},
|
|
"nano-staged": {
|
|
"*.md": "prettier --write"
|
|
},
|
|
"packageManager": "pnpm@8.15.3"
|
|
}
|