1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-01 17:50:30 +08:00
Files
408CSFamily/package.json
2022-12-22 13:47:37 +08:00

23 lines
660 B
JSON

{
"name": "408CSFamily",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"build-image": "bash scripts/build_image.sh $npm_package_version",
"ali": "bash scripts/deploy.sh ali $npm_package_version",
"github": "bash scripts/page_deploy.sh",
"clean": "find . -name \"node_modules\" -type d -exec rm -rf '{}' +"
},
"author": "Rong姐姐好可爱",
"license": "MIT",
"devDependencies": {
"@vuepress/client": "^2.0.0-beta.59",
"@vuepress/theme-default": "2.0.0-beta.59",
"vue": "^3.2.45",
"vuepress": "^2.0.0-beta.59"
}
}