mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"name": "docs",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"docs:build": "vuepress build --clean-cache --clean-temp && pnpm lunaria:build",
|
|
"docs:build-local": "NODE_OPTIONS=\"--max_old_space_size=8192\" 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",
|
|
"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/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",
|
|
"postprocessing": "catalog:peer",
|
|
"swiper": "catalog:peer",
|
|
"three": "catalog:peer",
|
|
"vue": "catalog:prod",
|
|
"vuepress-theme-plume": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "catalog:dev"
|
|
}
|
|
}
|