vuepress-theme-plume/docs/package.json
2024-05-10 12:22:55 +08:00

29 lines
732 B
JSON

{
"name": "docs",
"type": "module",
"private": true,
"scripts": {
"docs:build": "vuepress build --clean-cache --clean-temp",
"docs:clean": "rimraf .vuepress/.temp .vuepress/.cache .vuepress/dist",
"docs:dev": "vuepress dev",
"docs:serve": "anywhere -s -h localhost -d .vuepress/dist"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.9"
},
"dependencies": {
"@iconify/json": "^2.2.208",
"@vuepress/bundler-vite": "2.0.0-rc.9",
"anywhere": "^1.6.0",
"chart.js": "^4.4.2",
"echarts": "^5.5.0",
"flowchart.ts": "^3.0.0",
"mermaid": "^10.9.0",
"vue": "^3.4.27",
"vuepress-theme-plume": "workspace:*"
},
"devDependencies": {
"@types/express": "^4.17.21"
}
}