{ "name": "p-guide-docs", "type": "module", "version": "1.0.0", "description": "项导文档", "packageManager": "pnpm@10.3.0", "author": "rand777 ", "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.0", "typescript": "^5.7.3", "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", "chart": "^0.1.2", "echarts": "^5.6.0", "flowchart": "^1.2.0", "mermaid": "^11.4.1" } }