package.json 3.86 KB
{
  "name": "eip-front",
  "version": "8.2.1",
  "author": "hotent",
  "participants": [],
  "homepage": "https://hotent.com",
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "build:report": "vue-cli-service build --report",
    "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",
    "lint:style": "stylelint-config-prettier-check",
    "inspect": "vue-cli-service inspect",
    "template": "plop",
    "clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org",
    "image-webpack-loader": "cnpm i image-webpack-loader -D",
    "use:npm": "nrm use npm",
    "use:taobao": "nrm use taobao",
    "update": "ncu -u --reject sass-loader,vue-echarts&&cnpm i",
    "update:globle": "ncu -g --concurrency 10 --timeout 80000",
    "cnpm:install": "npm install cnpm -g && cnpm install --by=npm --legacy-peer-deps"
  },
  "repository": {
    "type": "gitlab",
    "url": "http://git.ht.cn/hotent/eip7/frontend.git"
  },
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "lint-staged": {
    "*.{js,jsx,vue}": [
      "vue-cli-service lint",
      "git add"
    ]
  },
  "dependencies": {
    "@jiaminghi/data-view": "^2.10.0",
    "axios": "^0.21.1",
    "clipboard": "^2.0.10",
    "core-js": "^3.25.1",
    "dhtmlx-gantt": "6.3.7",
    "echarts": "^5.3.2",
    "echarts-stat": "^1.2.0",
    "@handsontable/vue": "^4.1.1",
    "handsontable": "^7.4.2",
    "element-ui": "^2.15.6",
    "file-saver": "^2.0.5",
    "hotent-portal": "1.0.0-peony",
    "hotent-ui": "1.0.6-peony",
    "html2canvas": "^1.3.2",
    "image-conversion": "^2.1.1",
    "jquery": "^3.6.0",
    "jsencrypt": "^3.1.0",
    "jsmind": "^0.5.2",
    "jspdf": "^2.4.0",
    "jszip": "^3.7.1",
    "lodash": "^4.17.21",
    "mockjs": "^1.1.0",
    "moment": "^2.29.1",
    "nprogress": "^0.2.0",
    "panzoom": "^9.4.2",
    "print-js": "^1.6.0",
    "qrcode": "^1.4.4",
    "qs": "^6.10.1",
    "screenfull": "^5.1.0",
    "sortablejs": "^1.13.0",
    "v-runtime-template": "^1.10.0",
    "vue": "2.6.12",
    "vue-amap": "^0.5.10",
    "vue-clipboard2": "^0.3.1",
    "vue-draggable-resizable": "^2.3.0",
    "vue-echarts": "5.0.0-beta.0",
    "vue-esign": "^1.1.4",
    "vue-fullscreen": "^2.2.0",
    "vue-i18n": "^8.24.5",
    "vue-pdf": "^4.3.0",
    "vue-print-nb": "^1.7.5",
    "vue-qr": "^2.5.0",
    "vue-quill-editor": "^3.0.6",
    "vue-router": "^3.5.1",
    "vuedraggable": "^2.24.3",
    "vuex": "^3.6.2",
    "wangeditor": "^4.7.10",
    "xlsx": "^0.16.6",
    "dingtalk-jsapi": "^2.10.3"
  },
  "devDependencies": {
    "@babel/plugin-proposal-optional-chaining": "^7.17.12",
    "@vue/cli-plugin-babel": "^4.5.12",
    "@vue/cli-plugin-eslint": "^4.5.12",
    "@vue/cli-service": "^4.5.12",
    "@vue/eslint-config-prettier": "^6.0.0",
    "babel-eslint": "^10.1.0",
    "body-parser": "^1.19.0",
    "chalk": "^4.1.0",
    "chokidar": "^3.5.1",
    "compression-webpack-plugin": "^4.0.0",
    "css-unicode-loader": "^1.0.3",
    "current-script-polyfill": "^1.0.0",
    "eslint": "^7.24.0",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-vue": "^7.9.0",
    "image-webpack-loader": "^8.1.0",
    "lint-staged": "^10.5.4",
    "plop": "^2.7.4",
    "prettier": "^2.2.1",
    "sass": "~1.32.10",
    "sass-loader": "^10.1.1",
    "solarday2lunarday": "^1.12.1",
    "stylelint": "^13.12.0",
    "stylelint-config-prettier": "^8.0.2",
    "stylelint-config-recess-order": "^2.3.0",
    "svg-sprite-loader": "^6.0.5",
    "vue-codemirror": "4.0.6",
    "vue-template-compiler": "2.6.12",
    "webpackbar": "^4.0.0"
  },
  "keywords": [
    "vue",
    "admin",
    "element-ui",
    "vue-admin",
    "element-admin",
    "boilerplate",
    "admin-template",
    "management-system"
  ],
  "engines": {
    "node": ">=8.9",
    "npm": ">= 3.0.0"
  }
}