package.json 2.2 KB
{
  "name": "system-project",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "build:stage": "vue-cli-service build --mode development",
    "build:prod": "vue-cli-service build --mode production",
    "lint": "vue-cli-service lint"
  },
  "dependencies": {
    "@fullcalendar/bootstrap": "^4.4.0",
    "@fullcalendar/core": "^4.4.0",
    "@fullcalendar/daygrid": "^4.4.0",
    "@fullcalendar/interaction": "^4.4.0",
    "@fullcalendar/timegrid": "^4.4.0",
    "@fullcalendar/vue": "^4.4.0",
    "axios": "^1.7.2",
    "clipboard": "^2.0.4",
    "codemirror": "^5.58.2",
    "compression-webpack-plugin": "^6.1.2",
    "core-js": "^3.8.3",
    "css-loader": "^7.1.2",
    "dayjs": "^1.11.11",
    "echarts": "^4.2.1",
    "echarts-stat": "^1.1.1",
    "element-ui": "^2.15.14",
    "file-saver": "^2.0.1",
    "highcharts-vue": "^1.3.5",
    "js-cookie": "^3.0.5",
    "js-md5": "^0.8.3",
    "jsbarcode": "^3.11.0",
    "jsonlint": "^1.6.3",
    "moment": "^2.30.1",
    "monaco-editor": "^0.20.0",
    "normalize.css": "^8.0.1",
    "nprogress": "^0.2.0",
    "qrcodejs2": "^0.0.2",
    "reconnecting-websocket": "^4.4.0",
    "sass-loader": "^14.2.1",
    "screenfull": "^4.2.0",
    "script-loader": "^0.7.2",
    "serve-static": "^1.13.2",
    "sass": "^1.77.8",
    "style-loader": "^4.0.0",
    "vue": "^2.6.14",
    "vue-drag-resize": "^1.4.2",
    "vue-esign": "^1.0.5",
    "vue-i18n": "^7.3.2",
    "vue-quill-editor": "^3.0.6",
    "vue-router": "^2.8.1",
    "vuedraggable": "^2.20.0",
    "vuex": "^3.6.2"
  },
  "devDependencies": {
    "@babel/core": "^7.12.16",
    "@babel/eslint-parser": "^7.12.16",
    "@vue/cli-plugin-babel": "~5.0.0",
    "@vue/cli-plugin-eslint": "~5.0.0",
    "@vue/cli-service": "~5.0.0",
    "eslint": "^7.32.0",
    "eslint-plugin-vue": "^8.0.3",
    "vue-template-compiler": "^2.6.14"
  },
  "eslintConfig": {
    "root": true,
    "env": {
      "node": true
    },
    "extends": [
      "plugin:vue/essential",
      "eslint:recommended"
    ],
    "parserOptions": {
      "parser": "@babel/eslint-parser"
    },
    "rules": {}
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not dead"
  ]
}