mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
25 lines
759 B
JSON
25 lines
759 B
JSON
{
|
|
"name": "docs",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"docs:build": "vuepress-cli build --clean-cache",
|
|
"docs:clean": "rimraf .vuepress/.temp .vuepress/.cache .vuepress/dist",
|
|
"docs:dev": "vuepress-cli dev --clean-cache",
|
|
"docs:serve": "anywhere -s -h localhost -d .vuepress/dist"
|
|
},
|
|
"dependencies": {
|
|
"@vuepress-plume/vuepress-theme-plume": "workspace:*",
|
|
"@vuepress/bundler-vite": "2.0.0-beta.60",
|
|
"@vuepress/bundler-webpack": "2.0.0-beta.60",
|
|
"@vuepress/cli": "2.0.0-beta.60",
|
|
"@vuepress/client": "2.0.0-beta.60",
|
|
"@vuepress/utils": "2.0.0-beta.60",
|
|
"anywhere": "^1.6.0",
|
|
"leancloud-storage": "^4.14.0",
|
|
"sass": "^1.57.1",
|
|
"sass-loader": "^13.2.0",
|
|
"vue": "^3.2.45"
|
|
}
|
|
}
|