1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-02-08 04:53:59 +08:00
Files
408CSFamily/package.json
妹妹下雨回不去 be28c0ff83 feat: 修改侧边栏结构,优化镜像构建脚本
- 新增docker快速打包脚本
- 主题内容优化
2023-02-07 23:13:50 +08:00

29 lines
912 B
JSON

{
"name": "408CSFamily",
"description": "专业代号408 ,计算机基础知识点合集",
"version": "0.0.0",
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"image": "bash scripts/build_image.sh $npm_package_version",
"faster-image": "bash scripts/build_image.sh $npm_package_version faster",
"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.47",
"vuepress": "2.0.0-beta.60",
"vuepress-plugin-search-pro": "^2.0.0-beta.172",
"vuepress-theme-hope": "^2.0.0-beta.172"
},
"license": "MIT"
}