vuepress-theme-plume/docs/package.json
2024-08-29 20:19:16 +08:00

30 lines
760 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": "http-server .vuepress/dist -d 0"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
},
"dependencies": {
"@iconify/json": "^2.2.242",
"@simonwep/pickr": "^1.9.1",
"@vuepress/bundler-vite": "2.0.0-rc.14",
"chart.js": "^4.4.4",
"echarts": "^5.5.1",
"flowchart.ts": "^3.0.1",
"http-server": "^14.1.1",
"mermaid": "^11.0.2",
"vue": "^3.4.38",
"vuepress-theme-plume": "workspace:*"
},
"devDependencies": {
"@types/express": "^4.17.21"
}
}