28 lines
806 B
JSON
28 lines
806 B
JSON
{
|
|
"name": "p-guide-docs",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"description": "项导文档",
|
|
"packageManager": "pnpm@10.3.0",
|
|
"author": "rand777 <losmosga@foxmail.com>",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^18.20.0 || >=20.0.0"
|
|
},
|
|
"scripts": {
|
|
"docs:dev": "vuepress dev docs",
|
|
"docs:dev-clean": "vuepress dev docs --clean-cache --clean-temp",
|
|
"docs:build": "vuepress build docs --clean-cache --clean-temp",
|
|
"docs:preview": "http-server docs/.vuepress/dist",
|
|
"vp-update": "pnpm dlx vp-update"
|
|
},
|
|
"devDependencies": {
|
|
"@vuepress/bundler-vite": "2.0.0-rc.19",
|
|
"vuepress": "2.0.0-rc.19",
|
|
"vuepress-theme-plume": "1.0.0-rc.130",
|
|
"http-server": "^14.1.1",
|
|
"vue": "^3.5.13",
|
|
"sass-embedded": "^1.83.4",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
} |