package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "name": "eip-manage",
  3. "version": "8.0.7",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build": "vue-cli-service build",
  8. "lint": "vue-cli-service lint",
  9. "cnpm:install": "npm install cnpm -g && cnpm install --by=npm --legacy-peer-deps",
  10. "report": "vue-cli-service build --report"
  11. },
  12. "dependencies": {
  13. "@antv/x6": "^2.18.1",
  14. "@handsontable/vue": "^4.1.1",
  15. "@jiaminghi/data-view": "^2.10.0",
  16. "@riophae/vue-treeselect": "^0.4.0",
  17. "@syncfusion/ej2-vue-navigations": "^18.4.35",
  18. "@vxe-ui/plugin-export-xlsx": "^3.0.2",
  19. "awe-dnd": "^0.3.4",
  20. "axios": "0.19.0",
  21. "babel-polyfill": "^6.26.0",
  22. "bpmn-js": "^7.4.1",
  23. "bpmn-js-bpmnlint": "^0.15.0",
  24. "bpmn-js-properties-panel": "^1.0.0-alpha.5",
  25. "bpmnlint": "^7.4.0",
  26. "bpmnlint-loader": "^0.1.4",
  27. "bpmnlint-plugin-hotent": "file:./src/components/VueBpmn/plugin",
  28. "core-js": "2.6.5",
  29. "css-color-function": "1.3.3",
  30. "downloadjs": "^1.4.7",
  31. "echarts": "^4.5.0",
  32. "echarts-stat": "^1.1.1",
  33. "element-ui": "^2.15.6",
  34. "encryptlong": "^3.1.4",
  35. "exceljs": "^4.4.0",
  36. "file-drops": "^0.4.0",
  37. "file-saver": "^2.0.2",
  38. "hotent-ui": "^1.0.13",
  39. "html2canvas": "^1.0.0-rc.7",
  40. "image-conversion": "^2.1.1",
  41. "jquery": "^3.4.1",
  42. "js-base64": "^2.5.1",
  43. "jsencrypt": "^3.2.0",
  44. "jszip": "^3.7.1",
  45. "lodash": "^4.17.21",
  46. "minimatch": "^5.1.6",
  47. "moment": "^2.29.1",
  48. "nprogress": "0.2.0",
  49. "object-assign": "4.1.1",
  50. "panzoom": "^9.4.2",
  51. "pdfjs-dist": "2.5.207",
  52. "pretty": "^2.0.0",
  53. "qrcode": "^1.4.4",
  54. "qs": "^6.9.6",
  55. "raw-loader": "^1.0.0",
  56. "screenfull": "5.0.0",
  57. "v-runtime-template": "1.5.2",
  58. "video.js": "^7.7.5",
  59. "vue": "2.6.11",
  60. "vue-amap": "^0.5.10",
  61. "vue-clipboard2": "^0.3.1",
  62. "vue-codemirror": "4.0.6",
  63. "vue-draggable-resizable": "^2.3.0",
  64. "vue-draggable-resizable-gorkys": "^2.4.4",
  65. "vue-fullscreen": "^2.2.0",
  66. "vue-i18n": "^8.24.5",
  67. "vue-navigation-bar": "^4.1.0",
  68. "vue-pdf": "4.2.0",
  69. "vue-qr": "^4.0.9",
  70. "vue-router": "3.0.3",
  71. "vue-tree-chart": "^1.2.6",
  72. "vue-ueditor-wrap": "^2.4.4",
  73. "vue2-ace-editor": "0.0.15",
  74. "vuedraggable": "^2.23.2",
  75. "vuex": "3.0.1",
  76. "vxe-pc-ui": "^3.1.27",
  77. "vxe-table": "^3.9.1",
  78. "wangeditor": "^4.7.10",
  79. "xlsx": "^0.16.6"
  80. },
  81. "devDependencies": {
  82. "@vue/cli-plugin-babel": "3.8.0",
  83. "@vue/cli-plugin-eslint": "3.8.0",
  84. "@vue/cli-service": "3.8.0",
  85. "@vue/eslint-config-prettier": "4.0.1",
  86. "add-asset-html-webpack-plugin": "3.1.3",
  87. "babel-eslint": "10.0.1",
  88. "clean-webpack-plugin": "1.0.1",
  89. "compression-webpack-plugin": "^4.0.0",
  90. "eslint": "5.16.0",
  91. "eslint-plugin-vue": "5.0.0",
  92. "node-ipc": "9.2.1",
  93. "node-sass": "~4.14.1",
  94. "sass-loader": "8.0.0",
  95. "stylus": "0.54.5",
  96. "stylus-loader": "3.0.2",
  97. "vue-template-compiler": "2.6.11",
  98. "webpack-cli": "3.2.3",
  99. "webpackbar": "^4.0.0"
  100. },
  101. "eslintConfig": {
  102. "root": true,
  103. "env": {
  104. "node": true
  105. },
  106. "extends": [
  107. "plugin:vue/essential",
  108. "@vue/prettier"
  109. ],
  110. "rules": {},
  111. "parserOptions": {
  112. "parser": "babel-eslint"
  113. }
  114. },
  115. "postcss": {
  116. "plugins": {
  117. "autoprefixer": {}
  118. }
  119. },
  120. "browserslist": [
  121. "> 1%",
  122. "last 2 versions"
  123. ]
  124. }