vuepress-theme-plume/docs/package.json
pengzhanbo 5dca5acb96 docs: 添加注释和说明文档
添加部分注释,部分说明文档.
2022-05-01 14:40:48 +08:00

22 lines
672 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"
}
}