{ "name": "QianNiaoStation2.0", "version": "2.0.0", "author": "chuzhixin", "license": "Mozilla Public License Version 2.0", "private": true, "participants": [ "fwfmiao" ], "homepage": "https://chu1204505056.gitee.io/vue-admin-beautiful-pro", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "build:report": "vue-cli-service build --report", "lint": "vue-cli-service lint", "lint:style": "stylelint-config-prettier-check", "inspect": "vue-cli-service inspect", "template": "plop", "clear": "npm cache clean -f&&rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org", "use:npm": "nrm use npm", "use:taobao": "nrm use taobao", "update": "ncu -u&&npm install --registry=https://registry.npm.taobao.org", "update:globle": "ncu -g", "push": "start ./push.sh", "deploy": "start ./deploy.sh", "docker:build": "npm run build&&docker build --pull --rm -f \"dockerfile\" -t vueadminbeautifulpro:latest \".\"&&docker run --rm -d -p 80:80/tcp vueadminbeautifulpro:latest" }, "repository": { "type": "git", "url": "git+https://github.com/vue-admin-beautiful/vue-admin-beautiful-pro.git" }, "gitHooks": { "pre-commit": "lint-staged" }, "lint-staged": { "*.{js,scss,vue}": [ "vue-cli-service lint", "git add" ] }, "dependencies": { "ali-oss": "^6.13.2", "awe-dnd": "^0.3.4", "axios": "^0.21.1", "clipboard": "^2.0.6", "core-js": "^3.6.5", "dayjs": "^1.8.36", "echarts": "^4.9.0", "element-ui": "^2.13.2", "file-saver": "^2.0.2", "js-cookie": "^2.2.1", "jsencrypt": "^3.0.0-rc.1", "lodash": "^4.17.21", "mockjs": "^1.1.0", "nprogress": "^0.2.0", "number-precision": "^1.5.0", "qs": "^6.9.4", "remixicon": "^2.5.0", "screenfull": "^5.0.2", "vue": "^2.6.12", "vue-baidu-map": "^0.21.22", "vue-echarts": "^4.1.0", "vue-print-nb": "^1.5.0", "vue-router": "^3.4.3", "vuex": "^3.6.2", "vxe-table": "^3.2.6", "xe-utils": "^3.1.13", "xlsx": "^0.16.9", "zx-contextmenu": "0.0.1", "zx-count": "^0.3.7", "zx-layouts": "^0.6.13", "zx-magnifie": "^0.4.0", "zx-markdown-editor": "^0.0.2", "zx-player": "^1.0.1", "zx-quill": "^0.0.2", "zx-templates": "^0.0.21" }, "devDependencies": { "@vue/cli-plugin-babel": "^4.5.6", "@vue/cli-plugin-eslint": "^4.5.6", "@vue/cli-service": "^4.5.13", "@vue/eslint-config-prettier": "^6.0.0", "babel-eslint": "^10.1.0", "babel-plugin-import": "^1.13.3", "body-parser": "^1.19.0", "chalk": "^4.1.0", "chokidar": "^3.4.2", "compression-webpack-plugin": "^6.0.2", "eslint": "^7.9.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-vue": "^6.2.2", "filemanager-webpack-plugin": "^2.0.5", "lint-staged": "^10.4.0", "plop": "^2.7.4", "prettier": "^2.1.2", "raw-loader": "^4.0.1", "sass": "^1.26.11", "sass-loader": "^10.0.2", "stylelint": "^13.7.1", "stylelint-config-prettier": "^8.0.2", "stylelint-config-recess-order": "^2.1.0", "svg-sprite-loader": "^5.0.0", "vue-template-compiler": "^2.6.12", "webpackbar": "^4.0.0" }, "keywords": [ "vue", "admin", "dashboard", "element-ui", "vue-admin", "element-admin", "boilerplate", "admin-template", "management-system" ], "engines": { "node": ">=8.9", "npm": ">= 3.0.0" } }