vuepress-theme-plume/docs/package.json
2025-10-11 10:37:26 +08:00

39 lines
1.2 KiB
JSON

{
"name": "docs",
"type": "module",
"private": true,
"scripts": {
"docs:build": "vuepress build --clean-cache --clean-temp && pnpm lunaria:build",
"docs:clean": "rimraf .vuepress/.temp .vuepress/.cache .vuepress/dist",
"docs:dev": "vuepress dev",
"docs:serve": "http-server .vuepress/dist -d 0",
"lunaria:build": "lunaria build",
"lunaria:preview": "lunaria preview"
},
"peerDependencies": {
"vuepress": "catalog:vuepress"
},
"dependencies": {
"@iconify/json": "catalog:peer",
"@lunariajs/core": "catalog:dev",
"@simonwep/pickr": "catalog:dev",
"@vuepress/bundler-vite": "catalog:vuepress",
"@vuepress/plugin-llms": "catalog:vuepress",
"@vuepress/shiki-twoslash": "catalog:vuepress",
"chart.js": "catalog:prod",
"echarts": "catalog:prod",
"flowchart.ts": "catalog:prod",
"http-server": "catalog:dev",
"markmap-lib": "catalog:prod",
"markmap-toolbar": "catalog:prod",
"markmap-view": "catalog:prod",
"mermaid": "catalog:dev",
"swiper": "catalog:peer",
"vue": "catalog:prod",
"vuepress-theme-plume": "workspace:*"
},
"devDependencies": {
"@types/express": "catalog:dev"
}
}