This project manages its dependencies using npm. Learn more
package.json 2.87 KB
{
  "name": "vue-admin-beautiful-template",
  "version": "1.0.0",
  "private": true,
  "author": "chuzhixin",
  "participants": [],
  "homepage": "https://chu1204505056.gitee.io/vue-admin-beautiful",
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "build:test": "vue-cli-service build --mode test",
    "globle": "npm install -g cnpm --registry=https://registry.npm.taobao.org&&cnpm i rimraf npm-check-updates nrm -g&&rimraf node_modules&&cnpm i",
    "lint": "vue-cli-service lint --fix",
    "lint:style": "stylelint **/*.{vue,css,scss} --fix",
    "inspect": "vue-cli-service inspect",
    "template": "plop",
    "clear": "rimraf node_modules&&cnpm i",
    "update": "nrm use taobao&&ncu -u&&cnpm i",
    "svgo": "svgo -f src/remixicon/svg --config=svgo.yml",
    "push": "start ./push.sh",
    "deploy": "start ./deploy.sh"
  },
  "dependencies": {
    "axios": "^0.19.2",
    "core-js": "^3.6.5",
    "crypto-js": "^4.0.0",
    "dayjs": "^1.8.28",
    "echarts": "4.8.0",
    "element-ui": "^2.15.2",
    "js-cookie": "^2.2.1",
    "jsbarcode": "^3.11.5",
    "jsencrypt": "^3.0.0-rc.1",
    "lodash": "^4.17.15",
    "monaco-editor": "^0.23.0",
    "nprogress": "^0.2.0",
    "pdfjs-dist": "2.5.207",
    "qrcodejs2": "^0.0.2",
    "qs": "^6.9.4",
    "screenfull": "^5.0.2",
    "vue": "^2.6.11",
    "vue-count-to": "^1.0.13",
    "vue-router": "^3.3.4",
    "vue-virtual-scroller": "^1.0.10",
    "vuedraggable": "^2.24.3",
    "vuex": "^3.4.0",
    "vxe-table": "3",
    "xe-utils": "3",
    "zx-icon": "^1.0.9",
    "zx-keel": "^0.9.2",
    "zx-layouts": "^0.1.18",
    "zx-templates": "^0.0.7"
  },
  "devDependencies": {
    "@babel/register": "^7.10.3",
    "@vue/cli-plugin-babel": "^4.4.5",
    "@vue/cli-plugin-eslint": "^4.4.5",
    "@vue/cli-plugin-router": "^4.4.5",
    "@vue/cli-plugin-vuex": "^4.4.5",
    "@vue/cli-service": "^4.4.5",
    "@vue/eslint-config-prettier": "^6.0.0",
    "autoprefixer": "^9.8.2",
    "babel-eslint": "^10.1.0",
    "babel-plugin-import": "^1.13.3",
    "compression-webpack-plugin": "^4.0.0",
    "eslint": "^7.3.1",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-vue": "^6.2.2",
    "filemanager-webpack-plugin": "^2.0.5",
    "html-webpack-plugin": "^4.3.0",
    "husky": "^4.2.5",
    "lint-staged": "^10.2.11",
    "mockjs": "^1.1.0",
    "plop": "^2.7.1",
    "prettier": "^2.0.5",
    "sass": "^1.26.9",
    "sass-loader": "^8.0.2",
    "script-ext-html-webpack-plugin": "^2.1.4",
    "script-loader": "^0.7.2",
    "serve-static": "^1.14.1",
    "stylelint": "^13.6.1",
    "stylelint-config-recess-order": "^2.0.4",
    "stylelint-config-standard": "^20.0.0",
    "stylelint-order": "^4.1.0",
    "stylelint-scss": "^3.18.0",
    "svg-sprite-loader": "^5.0.0",
    "svgo": "^1.3.2",
    "vue-template-compiler": "^2.6.11",
    "webpackbar": "^4.0.0"
  },
  "engines": {
    "node": ">=8.9",
    "npm": ">= 3.0.0"
  }
}