mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
24 lines
579 B
JSON
24 lines
579 B
JSON
{
|
|
"name": "docs",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"docs:build": "vuepress build --clean-cache",
|
|
"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.8"
|
|
},
|
|
"dependencies": {
|
|
"@vuepress/bundler-vite": "2.0.0-rc.8",
|
|
"anywhere": "^1.6.0",
|
|
"vue": "^3.4.21",
|
|
"vuepress-theme-plume": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.21"
|
|
}
|
|
}
|