{
  "name": "admin-pro",
  "version": "2.5.0",
  "private": true,
  "author": "chuzhixin",
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint",
    "lint:eslint": "eslint {src,mock}/**/*.{vue,js} --fix",
    "lint:prettier": "prettier {src,mock}/**/*.{html,vue,css,sass,scss,js,md} --write",
    "lint:stylelint": "stylelint {src,mock}/**/*.{html,vue,css,sass,scss} --fix --cache --cache-location node_modules/.cache/stylelint/",
    "build:report": "vue-cli-service build --report",
    "build:deploy": "start ./deploy.sh",
    "build:docker": "vue-cli-service build&&docker build --pull --rm -f \"dockerfile\" -t vueadminbeautifulpro:latest \".\"&&docker run --rm -d  -p 80:80/tcp vueadminbeautifulpro:latest",
    "global:install": "npm install -g nrm,cnpm,npm-check-updates",
    "globle:update": "ncu -g",
    "module:install": "npm i  --registry=http://mirrors.cloud.tencent.com/npm/",
    "module:update": "ncu -u --reject  chalk,@logicflow/core,@logicflow/extension,screenfull,@vue/eslint-config-prettier,compression-webpack-plugin,eslint,eslint-plugin-prettier,filemanager-webpack-plugin,sass,sass-loader,webpack,vue,vuex,vue-router,@vue/cli-plugin-babel,@vue/cli-plugin-eslint,@vue/cli-plugin-pwa,@vue/cli-plugin-router,@vue/cli-plugin-vuex,@vue/cli-service,plop,vue-eslint-parser,eslint-plugin-vue,vue-i18n,vab-player,xlsx  --registry http://mirrors.cloud.tencent.com/npm/&&npm run module:install",
    "module:reinstall": "rimraf node_modules&&npm run module:install",
    "nrm:npm": "nrm use npm",
    "nrm:taobao": "nrm use taobao"
  },
  "dependencies": {
    "@logicflow/core": "^1.0.2",
    "@logicflow/extension": "^1.0.2",
    "axios": "^1.2.2",
    "bootstrap-icons": "^1.11.3",
    "clipboard": "^2.0.11",
    "core-js": "^3.27.1",
    "dayjs": "^1.11.7",
    "echarts": "^5.4.1",
    "element-ui": "2.15.12",
    "file-saver": "^2.0.5",
    "image-webpack-loader": "^8.1.0",
    "jquery": "^3.7.1",
    "js-cookie": "^3.0.1",
    "js-sha256": "^0.9.0",
    "jsencrypt": "^3.3.1",
    "jsplumb": "^2.15.6",
    "jwt-simple": "^0.5.6",
    "lodash": "^4.17.21",
    "mockjs": "^1.1.0",
    "nprogress": "^0.2.0",
    "qs": "^6.11.0",
    "quill": "^2.0.3",
    "register-service-worker": "^1.7.2",
    "resize-detector": "^0.3.0",
    "sass": "1.32.13",
    "screenfull": "5.2.0",
    "spark-md5": "^3.0.2",
    "vab-icons": "file:vab-icons",
    "vue": "^2.6.11",
    "vue-i18n": "^8.26.8",
    "vue-json-viewer": "^2.2.22",
    "vue-plugin-hiprint": "^0.0.58-fix",
    "vue-qr": "^4.0.9",
    "vue-quill-editor": "^3.0.6",
    "vue-router": "^3.5.3",
    "vue-super-flow": "^1.3.8",
    "vuedraggable": "^2.24.3",
    "vuex": "^3.6.2",
    "xlsx": "^0.17.4"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "^4.5.15",
    "@vue/cli-plugin-eslint": "^4.5.15",
    "@vue/cli-plugin-pwa": "^4.5.15",
    "@vue/cli-plugin-router": "^4.5.15",
    "@vue/cli-plugin-vuex": "^4.5.15",
    "@vue/cli-service": "^4.5.15",
    "@vue/eslint-config-prettier": "6.0.0",
    "body-parser": "^1.20.1",
    "chalk": "^4.1.2",
    "chokidar": "^3.5.3",
    "compression-webpack-plugin": "6.1.1",
    "eslint": "6.8.0",
    "eslint-plugin-prettier": "3.4.1",
    "eslint-plugin-vue": "^8.2.0",
    "filemanager-webpack-plugin": "3.1.1",
    "image-webpack-loader": "^8.1.0",
    "lint-staged": "^13.1.0",
    "postcss": "^8.4.20",
    "postcss-html": "^1.5.0",
    "postcss-jsx": "^0.36.4",
    "postcss-scss": "^4.0.6",
    "postcss-syntax": "^0.36.2",
    "prettier": "^2.8.1",
    "raw-loader": "^4.0.2",
    "sass": "1.32.13",
    "sass-loader": "10.2.0",
    "stylelint": "^14.16.1",
    "stylelint-config-prettier": "^9.0.4",
    "stylelint-config-recess-order": "^3.1.0",
    "svg-sprite-loader": "^6.0.11",
    "vue-eslint-parser": "^8.0.1",
    "webpack": "4.46.0",
    "webpackbar": "^5.0.2"
  },
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "homepage": "https://chu1204505056.gitee.io/admin-pro",
  "license": "Mozilla Public License Version 2.0",
  "lint-staged": {
    "*.{js,jsx,vue}": [
      "vue-cli-service lint",
      "git add"
    ]
  },
  "participants": [
    "LiufengFish"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vue-admin-beautiful/admin-pro.git"
  }
}