mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
29 lines
734 B
JSON
29 lines
734 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.14"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/json": "^2.2.223",
|
|
"@vuepress/bundler-vite": "2.0.0-rc.14",
|
|
"anywhere": "^1.6.0",
|
|
"chart.js": "^4.4.3",
|
|
"echarts": "^5.5.1",
|
|
"flowchart.ts": "^3.0.0",
|
|
"mermaid": "^10.9.1",
|
|
"vue": "^3.4.31",
|
|
"vuepress-theme-plume": "workspace:~"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.21"
|
|
}
|
|
}
|