vuepress-theme-plume/docs/package.json
pengzhanbo f006c41be8
perf: update deps to latest (#295)
* perf: update deps to latest

* chore: tweak
2024-10-18 12:59:18 +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.261",
"@simonwep/pickr": "^1.9.1",
"@vuepress/bundler-vite": "2.0.0-rc.18",
"chart.js": "^4.4.5",
"echarts": "^5.5.1",
"flowchart.ts": "^3.0.1",
"http-server": "^14.1.1",
"mermaid": "^11.3.0",
"sass-embedded": "^1.80.2",
"swiper": "^11.1.14",
"vue": "^3.5.12",
"vuepress-theme-plume": "workspace:*"
},
"devDependencies": {
"@types/express": "^5.0.0"
}
}