vuepress-theme-plume/docs/package.json
pengzhanbo 3fdc41ccb5 ci: add autoInstall
添加更新vuepress相关依赖脚本
2022-04-29 20:48:55 +08:00

22 lines
676 B
JSON

{
"name": "docs",
"private": true,
"scripts": {
"docs:build": "vuepress . build --clean-cache",
"docs:clean": "rimraf . .vuepress/.temp .vuepress/.cache .vuepress/dist",
"docs:dev": "vuepress 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.41",
"@vuepress/bundler-webpack": "2.0.0-beta.41",
"@vuepress/cli": "2.0.0-beta.41",
"@vuepress/client": "2.0.0-beta.41",
"@vuepress/utils": "2.0.0-beta.41",
"anywhere": "^1.5.0",
"sass-loader": "^12.6.0",
"vue": "^3.2.33"
}
}