vuepress-theme-plume/docs/package.json
2024-10-15 00:39:40 +08:00

32 lines
816 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.18"
},
"dependencies": {
"@iconify/json": "^2.2.260",
"@simonwep/pickr": "^1.9.1",
"@vuepress/bundler-vite": "2.0.0-rc.18",
"chart.js": "^4.4.4",
"echarts": "^5.5.1",
"flowchart.ts": "^3.0.1",
"http-server": "^14.1.1",
"mermaid": "^11.3.0",
"sass-embedded": "^1.79.5",
"swiper": "^11.1.14",
"vue": "^3.5.12",
"vuepress-theme-plume": "workspace:*"
},
"devDependencies": {
"@types/express": "^5.0.0"
}
}