{ "name": "eip-manage", "version": "8.2.1", "private": true, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint", "cnpm:install": "npm install cnpm -g && cnpm install --by=npm --legacy-peer-deps", "report": "vue-cli-service build --report" }, "dependencies": { "@handsontable/vue": "^4.1.1", "@jiaminghi/data-view": "^2.10.0", "@riophae/vue-treeselect": "^0.4.0", "@syncfusion/ej2-vue-navigations": "^18.4.35", "awe-dnd": "^0.3.4", "axios": "0.19.0", "babel-polyfill": "^6.26.0", "bpmn-js": "^7.4.1", "bpmn-js-bpmnlint": "^0.15.0", "bpmn-js-properties-panel": "^1.0.0-alpha.5", "bpmnlint": "^7.4.0", "bpmnlint-loader": "^0.1.4", "bpmnlint-plugin-hotent": "file:./src/components/VueBpmn/plugin", "core-js": "2.6.5", "css-color-function": "1.3.3", "dhtmlx-gantt": "6.3.7", "downloadjs": "^1.4.7", "easyscroller": "^1.0.1", "echarts": "^5.3.2", "echarts-stat": "^1.1.1", "element-ui": "^2.15.6", "file-drops": "^0.4.0", "file-saver": "^2.0.2", "handsontable": "^7.4.2", "hotent-portal": "1.0.3", "hotent-ui": "3.0.2", "html2canvas": "^1.0.0-rc.7", "image-conversion": "^2.1.1", "jquery": "^3.4.1", "js-base64": "^2.5.1", "jsencrypt": "^3.2.0", "jsmind": "^0.5.2", "jsplumb": "^2.15.6", "jszip": "^3.7.1", "lodash": "^4.17.21", "moment": "^2.29.1", "nprogress": "0.2.0", "object-assign": "4.1.1", "panzoom": "^9.4.2", "pretty": "^2.0.0", "qrcode": "^1.4.4", "qs": "^6.9.6", "raw-loader": "^1.0.0", "screenfull": "5.0.0", "sql-formatter": "^4.0.2", "v-runtime-template": "1.5.2", "vant": "^2.12.54", "video.js": "^7.7.5", "vue": "2.6.11", "vue-amap": "^0.5.10", "vue-clipboard2": "^0.3.1", "vue-codemirror": "4.0.6", "vue-draggable-resizable": "^2.3.0", "vue-draggable-resizable-gorkys": "^2.4.4", "vue-esign": "^1.1.4", "vue-fullscreen": "^2.2.0", "vue-i18n": "^8.24.5", "vue-navigation-bar": "^4.1.0", "vue-qr": "^4.0.9", "vue-router": "^3.5.1", "vue-tree-chart": "^1.2.6", "vue-ueditor-wrap": "^2.4.4", "vue2-ace-editor": "0.0.15", "vuedraggable": "^2.23.2", "vuex": "3.0.1", "wangeditor": "^4.7.10", "xlsx": "^0.16.6" }, "devDependencies": { "@vue/cli-plugin-babel": "3.8.0", "@vue/cli-plugin-eslint": "3.8.0", "@vue/cli-service": "3.8.0", "@vue/eslint-config-prettier": "4.0.1", "add-asset-html-webpack-plugin": "3.1.3", "babel-eslint": "10.0.1", "clean-webpack-plugin": "1.0.1", "compression-webpack-plugin": "^4.0.0", "eslint": "5.16.0", "eslint-plugin-vue": "5.0.0", "node-ipc": "9.2.1", "node-sass": "~4.14.1", "sass-loader": "8.0.0", "solarday2lunarday": "^1.12.1", "stylus": "0.54.5", "stylus-loader": "3.0.2", "vue-template-compiler": "2.6.11", "webpack-cli": "3.2.3", "webpackbar": "^4.0.0", "monaco-editor": "0.30.0", "monaco-editor-webpack-plugin": "6.0.0" }, "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/essential", "@vue/prettier" ], "rules": { "vue/no-unused-components": "off" }, "parserOptions": { "parser": "babel-eslint" } }, "postcss": { "plugins": { "autoprefixer": {} } }, "browserslist": [ "> 1%", "last 2 versions" ] }