vuepress-theme-plume/docs/package.json
2024-02-22 02:42:44 +08:00

24 lines
645 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 --clean-cache --clean-temp",
"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",
"@vuepress/bundler-webpack": "2.0.0-rc.8",
"anywhere": "^1.6.0",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"vue": "^3.4.19",
"vuepress-theme-plume": "workspace:*"
}
}