1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-09 05:27:52 +08:00
Files
408CSFamily/package.json
2023-02-03 09:34:39 +08:00

26 lines
763 B
JSON

{
"name": "408CSFamily",
"description": "专业代号408 ,计算机基础知识点合集",
"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":{
"name": "Chu Fan",
"email": "fairy_408@2925.com",
"url": "https://github.com/142vip"
},
"devDependencies": {
"@vuepress/client": "2.0.0-beta.60",
"vue": "^3.2.45",
"vuepress": "2.0.0-beta.60",
"vuepress-theme-hope": "^2.0.0-beta.171"
},
"license": "MIT"
}