package.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "name": "ibps-admin-ui",
  3. "version": "3.3.5",
  4. "description": "IBPS platform admin UI",
  5. "author": "Hugh zhuang <zhuangxh@bpmhome.cn>",
  6. "private": true,
  7. "scripts": {
  8. "serve": "vue-cli-service serve --open",
  9. "start": "npm run serve",
  10. "dev": "npm run serve",
  11. "build": "vue-cli-service build",
  12. "build:prod:test": "vue-cli-service build --mode prod.test",
  13. "build:prod:boot": "vue-cli-service build --mode prod.boot",
  14. "build:prod:cloud": "vue-cli-service build --mode prod.cloud",
  15. "build:stage": "vue-cli-service build --mode staging",
  16. "lint": "vue-cli-service lint --fix",
  17. "test:unit": "vue-cli-service test:unit",
  18. "i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
  19. "analyz": "npm_config_report=true npm run build",
  20. "fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit",
  21. "report": "vue-cli-service build --report"
  22. },
  23. "dependencies": {
  24. "@fullcalendar/bootstrap": "^5.3.0",
  25. "@fullcalendar/core": "^5.3.0",
  26. "@fullcalendar/daygrid": "^5.3.0",
  27. "@fullcalendar/list": "^5.3.0",
  28. "@fullcalendar/timegrid": "^5.3.0",
  29. "@fullcalendar/vue": "^5.3.0",
  30. "@handsontable/vue": "^4.1.1",
  31. "@jiaminghi/data-view": "^2.10.0",
  32. "animate.css": "^4.1.0",
  33. "area-data": "^5.0.6",
  34. "axios": "^0.21.1",
  35. "better-scroll": "^2.0.2",
  36. "big.js": "^5.2.2",
  37. "bpmn-js": "^7.3.0",
  38. "bpmn-js-properties-panel": "^0.35.0",
  39. "camunda-bpmn-moddle": "^4.4.0",
  40. "clipboard": "^2.0.6",
  41. "clipboard-polyfill": "^3.0.1",
  42. "core-js": "^3.6.5",
  43. "dayjs": "^1.8.35",
  44. "default-passive-events": "^2.0.0",
  45. "detect-indent": "^6.0.0",
  46. "diagram-js": "^6.8.2",
  47. "diagram-js-minimap": "^2.0.3",
  48. "diagram-js-origin": "^1.3.1",
  49. "echarts": "^4.9.0",
  50. "element-ui": "^2.13.2",
  51. "file-saver": "^2.0.5",
  52. "flex.css": "^1.1.7",
  53. "focus-visible": "^5.1.0",
  54. "fuse.js": "^6.4.1",
  55. "handsontable": "^7.4.2",
  56. "highlight.js": "^10.1.2",
  57. "hls.js": "^0.14.11",
  58. "hotkeys-js": "^3.8.1",
  59. "jquery": "^3.6.0",
  60. "js-base64": "^3.7.2",
  61. "js-cookie": "^2.2.1",
  62. "js-md5": "^0.7.3",
  63. "js-pinyin": "^0.1.9",
  64. "less": "^3.12.2",
  65. "less-loader": "^7.0.1",
  66. "lodash": "^4.17.20",
  67. "long": "^4.0.0",
  68. "lowdb": "^1.0.0",
  69. "mockjs": "^1.1.0",
  70. "normalize.css": "^8.0.1",
  71. "nprogress": "^0.2.0",
  72. "papaparse": "^5.3.0",
  73. "pinyin": "^2.11.1",
  74. "pinyin4js": "^1.3.18",
  75. "qrcodejs2": "0.0.2",
  76. "qs": "^6.9.4",
  77. "quill": "^1.3.7",
  78. "redent": "^3.0.0",
  79. "screenfull": "^5.0.2",
  80. "script-loader": "^0.7.2",
  81. "signature_pad": "^3.0.0-beta.3",
  82. "sortablejs": "^1.10.2",
  83. "ua-parser-js": "^0.7.21",
  84. "v-fit-columns": "^0.2.0",
  85. "video.js": "^7.8.4",
  86. "vue": "^2.6.12",
  87. "vue-aplayer": "^1.6.1",
  88. "vue-barcode": "^1.3.0",
  89. "vue-codemirror": "^4.0.6",
  90. "vue-count-to": "^1.0.13",
  91. "vue-easy-print": "^0.0.8",
  92. "vue-echarts": "^5.0.0-beta.0",
  93. "vue-grid-layout": "^2.3.8",
  94. "vue-i18n": "^8.21.0",
  95. "vue-json-excel": "^0.3.0",
  96. "vue-json-tree-view": "^2.1.6",
  97. "vue-router": "^3.4.3",
  98. "vue-splitpane": "^1.0.6",
  99. "vue-video-player": "^5.0.2",
  100. "vuedraggable": "^2.24.1",
  101. "vuex": "^3.5.1",
  102. "wd-hanzi2pinyin": "0.0.11",
  103. "xlsx": "^0.16.8",
  104. "xss": "^1.0.8"
  105. },
  106. "devDependencies": {
  107. "@kazupon/vue-i18n-loader": "^0.5.0",
  108. "@vue/cli-plugin-babel": "^4.5.4",
  109. "@vue/cli-plugin-eslint": "^4.5.4",
  110. "@vue/cli-plugin-router": "^4.5.4",
  111. "@vue/cli-plugin-unit-jest": "^4.5.4",
  112. "@vue/cli-plugin-vuex": "^4.5.4",
  113. "@vue/cli-service": "^4.5.4",
  114. "@vue/eslint-config-standard": "^5.1.2",
  115. "@vue/test-utils": "^1.0.5",
  116. "babel-eslint": "^10.0.3",
  117. "compression-webpack-plugin": "^5.0.2",
  118. "cross-env": "^7.0.2",
  119. "eslint": "^6.0.1",
  120. "eslint-plugin-import": "^2.22.0",
  121. "eslint-plugin-node": "^11.1.0",
  122. "eslint-plugin-promise": "^4.2.1",
  123. "eslint-plugin-standard": "^4.0.1",
  124. "eslint-plugin-vue": "^6.2.2",
  125. "increase-memory-limit": "1.0.7",
  126. "sass": "1.32.13",
  127. "sass-loader": "^10.0.1",
  128. "script-loader": "^0.7.2",
  129. "svg-sprite-loader": "^5.0.0",
  130. "text-loader": "^0.0.1",
  131. "vue-cli-plugin-i18n": "^1.0.1",
  132. "vue-template-compiler": "^2.6.12",
  133. "webpack-bundle-analyzer": "^3.8.0",
  134. "webpack-theme-color-replacer": "^1.3.14"
  135. },
  136. "eslintConfig": {
  137. "rules": {
  138. "no-unused-vars": "off"
  139. }
  140. },
  141. "rules": {
  142. "generator-star-spacing": "off",
  143. "no-tabs": "off",
  144. "no-unused-vars": "off",
  145. "no-console": "off",
  146. "no-irregular-whitespace": "off",
  147. "no-debugger": "off"
  148. }
  149. }