42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
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",
|
|
"http-server": "^14.1.1",
|
|
"sass-embedded": "^1.85.1",
|
|
"typescript": "^5.8.2",
|
|
"vue": "^3.5.13",
|
|
"vuepress": "2.0.0-rc.19",
|
|
"vuepress-theme-plume": "1.0.0-rc.131"
|
|
},
|
|
"dependencies": {
|
|
"@waline/client": "^3.5.5",
|
|
"annotation": "^0.1.0",
|
|
"artplayer": "^5.2.2",
|
|
"chart": "^0.1.2",
|
|
"dashjs": "^5.0.0",
|
|
"echarts": "^5.6.0",
|
|
"flowchart": "^1.2.0",
|
|
"hls.js": "^1.5.20",
|
|
"mermaid": "^11.4.1",
|
|
"mpegts.js": "^1.8.0",
|
|
"swiper": "^11.2.5"
|
|
}
|
|
}
|