| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- {
- "name": "eip-manage",
- "version": "8.0.7",
- "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": {
- "@antv/x6": "^2.18.1",
- "@handsontable/vue": "^4.1.1",
- "@jiaminghi/data-view": "^2.10.0",
- "@riophae/vue-treeselect": "^0.4.0",
- "@syncfusion/ej2-vue-navigations": "^18.4.35",
- "@vxe-ui/plugin-export-xlsx": "^3.0.2",
- "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",
- "downloadjs": "^1.4.7",
- "echarts": "^4.5.0",
- "echarts-stat": "^1.1.1",
- "element-ui": "^2.15.6",
- "encryptlong": "^3.1.4",
- "exceljs": "^4.4.0",
- "file-drops": "^0.4.0",
- "file-saver": "^2.0.2",
- "hotent-ui": "^1.0.13",
- "html2canvas": "^1.0.0-rc.7",
- "image-conversion": "^2.1.1",
- "jquery": "^3.4.1",
- "js-base64": "^2.5.1",
- "jsencrypt": "^3.2.0",
- "jszip": "^3.7.1",
- "lodash": "^4.17.21",
- "minimatch": "^5.1.6",
- "moment": "^2.29.1",
- "nprogress": "0.2.0",
- "object-assign": "4.1.1",
- "panzoom": "^9.4.2",
- "pdfjs-dist": "2.5.207",
- "pretty": "^2.0.0",
- "qrcode": "^1.4.4",
- "qs": "^6.9.6",
- "raw-loader": "^1.0.0",
- "screenfull": "5.0.0",
- "v-runtime-template": "1.5.2",
- "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-fullscreen": "^2.2.0",
- "vue-i18n": "^8.24.5",
- "vue-navigation-bar": "^4.1.0",
- "vue-pdf": "4.2.0",
- "vue-qr": "^4.0.9",
- "vue-router": "3.0.3",
- "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",
- "vxe-pc-ui": "^3.1.27",
- "vxe-table": "^3.9.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",
- "stylus": "0.54.5",
- "stylus-loader": "3.0.2",
- "vue-template-compiler": "2.6.11",
- "webpack-cli": "3.2.3",
- "webpackbar": "^4.0.0"
- },
- "eslintConfig": {
- "root": true,
- "env": {
- "node": true
- },
- "extends": [
- "plugin:vue/essential",
- "@vue/prettier"
- ],
- "rules": {},
- "parserOptions": {
- "parser": "babel-eslint"
- }
- },
- "postcss": {
- "plugins": {
- "autoprefixer": {}
- }
- },
- "browserslist": [
- "> 1%",
- "last 2 versions"
- ]
- }
|