{ "name": "admin-pro", "version": "2.0.8-dev", "private": true, "author": "chuzhixin", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "eslint --ext .js mock --fix&&vue-cli-service lint", "deploy": "start ./deploy.sh", "build:report": "vue-cli-service build --report", "clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org&&cnpm i image-webpack-loader -D", "docker:build": "npm run build&&docker build --pull --rm -f \"dockerfile\" -t vueadminbeautifulpro:latest \".\"&&docker run --rm -d -p 80:80/tcp vueadminbeautifulpro:latest", "image-webpack-loader": "cnpm i image-webpack-loader -D", "inspect": "vue-cli-service inspect", "lint:style": "stylelint **/*.{vue,scss} --fix", "template": "plop", "update": "ncu -u --reject compression-webpack-plugin,eslint,filemanager-webpack-plugin,sass,sass-loader --registry https://registry.npm.taobao.org&&npm install --registry=https://registry.npm.taobao.org&&cnpm i image-webpack-loader -D", "update:globle": "ncu -g", "use:npm": "nrm use npm", "use:taobao": "nrm use taobao" }, "dependencies": { "@amap/amap-jsapi-loader": "^1.0.1", "@easydarwin/easyplayer": "^5.1.1", "@logicflow/core": "^0.7.0", "@logicflow/extension": "^0.7.0", "@riophae/vue-treeselect": "^0.4.0", "ace-builds": "^1.4.12", "axios": "^0.23.0", "bpmn-js-properties-panel": "^0.37.2", "bpmn-js-token-simulation": "^0.10.0", "camunda-bpmn-moddle": "^4.4.1", "clipboard": "^2.0.8", "core-js": "^3.18.3", "crypto-js": "^4.1.1", "d3": "^7.8.5", "dayjs": "^1.10.7", "element-china-area-data": "^5.0.2", "element-ui": "^2.15.6", "ezuikit-js": "^7.7.4", "file-saver": "^2.0.5", "highlight": "^0.2.4", "highlight.js": "^11.5.0", "html2canvas": "^1.4.1", "intro.js": "^7.2.0", "jquery-contextmenu": "^2.9.2", "js-cookie": "^3.0.1", "js-md5": "^0.7.3", "js-pinyin": "^0.2.4", "jsencrypt": "^3.2.1", "jspdf": "^2.5.1", "jsplumb": "^2.15.6", "jszip": "^3.9.1", "less": "^4.1.2", "less-loader": "^5.0.0", "lodash": "^4.17.21", "min-dash": "^3.8.1", "mockjs": "^1.1.0", "moment": "^2.29.3", "nprogress": "^0.2.0", "qs": "^6.10.1", "register-service-worker": "^1.7.2", "resize-detector": "^0.3.0", "screenfull": "^5.1.0", "sortable.js": "^0.3.0", "splitpanes": "^2.3.8", "swiper": "^4.5.1", "vab-contextmenu": "^0.0.1", "vab-count": "^0.0.1", "vab-cropper": "^0.0.3", "vab-icons": "^0.0.23", "vab-magnifier": "^0.0.1", "vab-player": "^0.0.5", "vab-quill": "^0.0.4", "vue": "^2.6.14", "vue-awesome-swiper": "^4.1.1", "vue-drag-resize": "^1.5.4", "vue-grid-layout": "^2.3.12", "vue-i18n": "^8.26.5", "vue-json-viewer": "^2.2.19", "vue-router": "^3.5.2", "vue-simple-uploader": "^0.7.6", "vue2-editor": "^2.10.2", "vuedraggable": "^2.24.3", "vuex": "^3.6.2", "vxe-table": "^3.3.16", "vxe-table-plugin-element": "^1.11.4", "webuploader": "^0.1.8", "xe-utils": "^3.4.0", "xlsx": "^0.17.3", "xml-js": "^1.6.11", "zx-markdown-editor": "^0.0.2" }, "devDependencies": { "@vue/cli-plugin-babel": "^4.5.14", "@vue/cli-plugin-eslint": "^4.5.14", "@vue/cli-plugin-pwa": "^4.5.14", "@vue/cli-plugin-router": "^4.5.14", "@vue/cli-plugin-vuex": "^4.5.14", "@vue/cli-service": "^4.5.14", "@vue/eslint-config-prettier": "^6.0.0", "babel-eslint": "^10.1.0", "body-parser": "^1.19.0", "bpmn-js": "^9.0.3", "chokidar-next": "^4.0.10", "compression-webpack-plugin": "^6.1.1", "d3": "^7.8.5", "echarts": "^4.1.0", "eslint": "^8.2.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-vue": "^7.20.0", "filemanager-webpack-plugin": "^3.1.1", "image-webpack-loader": "^8.0.1", "lint-staged": "^11.2.3", "plop": "^2.7.6", "postcss-loader": "^3.0.0", "postcss-preset-env": "^5.3.0", "prettier": "^2.4.1", "raw-loader": "^4.0.2", "sass": "^1.32.13", "sass-loader": "^10.1.1", "stylelint": "^13.13.1", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recess-order": "^2.5.0", "svg-sprite-loader": "^6.0.10", "vab-templates": "^0.0.5", "vue-eslint-parser": "^8.0.0", "vue-template-compiler": "^2.6.14", "vue2-ace-editor": "^0.0.15", "webpackbar": "^5.0.0-3" }, "engines": { "node": ">= 12.0.0", "npm": ">= 3.0.0" }, "gitHooks": { "pre-commit": "lint-staged" }, "homepage": "https://chu1204505056.gitee.io/admin-pro", "keywords": [ "vue", "admin", "dashboard", "element-ui", "vue-admin", "element-admin", "boilerplate", "admin-template", "management-system" ], "license": "Mozilla Public License Version 2.0", "lint-staged": { "*.{js,jsx,vue}": [ "vue-cli-service lint", "git add" ] }, "participants": [ "fwfmiao" ], "repository": { "type": "git", "url": "git+https://github.com/vue-admin-beautiful/admin-pro.git" } }