package.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. {
  2. "name": "5kcrm",
  3. "version": "11.0.0",
  4. "description": "",
  5. "author": "5kcrm <service@5kcrm.com>",
  6. "scripts": {
  7. "dev": "node --max_old_space_size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --progress --config build/webpack.dev.conf.js",
  8. "start": "npm run dev",
  9. "mock": "npm run dev --custom-env=mock",
  10. "build": "node --max_old_space_size=5124 build/build.js",
  11. "build:report": "npm_config_report=true npm run build",
  12. "lint": "eslint --ext .js,.vue src --fix",
  13. "test": "node build/build.js test",
  14. "fix-memory-limit": "cross-env LIMIT=5124 increase-memory-limit"
  15. },
  16. "dependencies": {
  17. "@babel/polyfill": "^7.0.0",
  18. "@chenfengyuan/vue-qrcode": "^1.0.2",
  19. "@fullcalendar/core": "^4.3.1",
  20. "@fullcalendar/daygrid": "^4.3.0",
  21. "@fullcalendar/interaction": "^4.3.0",
  22. "@fullcalendar/list": "^4.3.0",
  23. "@fullcalendar/timegrid": "^4.3.0",
  24. "@fullcalendar/timeline": "^4.3.0",
  25. "@fullcalendar/vue": "^4.3.1",
  26. "@tinymce/tinymce-vue": "^3.2.0",
  27. "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
  28. "@vue/babel-preset-jsx": "^1.2.4",
  29. "@xuanmo/javascript-utils": "0.0.49",
  30. "axios": "0.18.0",
  31. "babel-polyfill": "^6.26.0",
  32. "bignumber.js": "^9.0.1",
  33. "bpmn-js-token-simulation": "^0.21.1",
  34. "clipboard": "^2.0.8",
  35. "crypto-js": "^4.2.0",
  36. "echarts": "^4.3.0",
  37. "el-bigdata-table": "^1.0.32",
  38. "element-ui": "^2.15.5",
  39. "file-saver": "^2.0.1",
  40. "highlight.js": "^10.5.0",
  41. "id-validator": "^1.3.0",
  42. "jquery": "^3.3.1",
  43. "js-cookie": "2.2.1",
  44. "js-md5": "^0.7.3",
  45. "jsencrypt": "^3.2.1",
  46. "json-bigint": "^1.0.0",
  47. "layui-layer": "^1.0.9",
  48. "lockr": "^0.8.5",
  49. "lodash": "^4.17.5",
  50. "min-dash": "^3.5.2",
  51. "moment-range": "^4.0.2",
  52. "normalize.css": "7.0.0",
  53. "nprogress": "0.2.0",
  54. "number-precision": "^1.5.0",
  55. "numeral": "^2.0.6",
  56. "nzh": "^1.0.4",
  57. "pinyin-match": "1.0.9",
  58. "popper.js": "^1.16.1",
  59. "print-js": "^1.6.0",
  60. "qrcodejs2": "0.0.2",
  61. "signature_pad": "3.0.0-beta.4",
  62. "sortablejs": "^1.13.0",
  63. "throttle-debounce": "^2.1.0",
  64. "tiny-pinyin": "^1.3.2",
  65. "tinymce": "5.2.0",
  66. "vant": "^2.10.3",
  67. "vconsole": "^3.15.1",
  68. "vue": "2.5.17",
  69. "vue-async-manager": "^0.2.1",
  70. "vue-bus": "^1.1.0",
  71. "vue-calendar-component": "^2.8.2",
  72. "vue-clamp": "^0.4.0",
  73. "vue-cropper": "^0.4.8",
  74. "vue-i18n": "^8.7.0",
  75. "vue-json-viewer": "^2.2.18",
  76. "vue-moment": "^4.0.0",
  77. "vue-navigation": "^1.1.4",
  78. "vue-radial-progress": "^0.2.10",
  79. "vue-router": "^3.4.9",
  80. "vue-video-player": "^5.0.2",
  81. "vue2-animate": "^2.1.2",
  82. "vuedraggable": "^2.24.3",
  83. "vuex": "3.0.1",
  84. "wangeditor": "^3.1.1",
  85. "xlsx": "^0.14.1",
  86. "xml-js": "^1.6.11",
  87. "xss": "^1.0.6"
  88. },
  89. "devDependencies": {
  90. "@babel/core": "^7.0.0",
  91. "@babel/plugin-proposal-class-properties": "^7.0.0",
  92. "@babel/plugin-proposal-decorators": "^7.0.0",
  93. "@babel/plugin-proposal-do-expressions": "^7.0.0",
  94. "@babel/plugin-proposal-export-default-from": "^7.0.0",
  95. "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
  96. "@babel/plugin-proposal-function-bind": "^7.0.0",
  97. "@babel/plugin-proposal-function-sent": "^7.0.0",
  98. "@babel/plugin-proposal-json-strings": "^7.0.0",
  99. "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
  100. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
  101. "@babel/plugin-proposal-numeric-separator": "^7.0.0",
  102. "@babel/plugin-proposal-optional-chaining": "^7.14.5",
  103. "@babel/plugin-proposal-pipeline-operator": "^7.0.0",
  104. "@babel/plugin-proposal-throw-expressions": "^7.0.0",
  105. "@babel/plugin-syntax-dynamic-import": "^7.0.0",
  106. "@babel/plugin-syntax-import-meta": "^7.0.0",
  107. "@babel/plugin-syntax-jsx": "^7.0.0",
  108. "@babel/plugin-transform-runtime": "^7.0.0",
  109. "@babel/preset-env": "^7.0.0",
  110. "@babel/runtime": "^7.16.0",
  111. "@vue/babel-plugin-jsx": "^1.1.0",
  112. "@vue/cli-plugin-babel": "^4.5.13",
  113. "autoprefixer": "8.5.0",
  114. "babel-eslint": "^9.0.0",
  115. "babel-helper-vue-jsx-merge-props": "^2.0.3",
  116. "babel-loader": "^8.0.0",
  117. "babel-plugin-import": "^1.13.3",
  118. "babel-plugin-syntax-jsx": "^6.18.0",
  119. "babel-plugin-transform-vue-jsx": "^3.7.0",
  120. "babel-preset-env": "^1.7.0",
  121. "bpmn-js": "^7.4.0",
  122. "bpmn-js-properties-panel": "^0.37.2",
  123. "camunda-bpmn-moddle": "^4.4.1",
  124. "chalk": "2.4.1",
  125. "copy-webpack-plugin": "4.5.2",
  126. "cross-env": "^7.0.3",
  127. "css-loader": "1.0.0",
  128. "eslint": "4.19.1",
  129. "eslint-friendly-formatter": "4.0.1",
  130. "eslint-loader": "2.0.0",
  131. "eslint-plugin-vue": "4.7.1",
  132. "eventsource-polyfill": "0.9.6",
  133. "file-loader": "1.1.11",
  134. "friendly-errors-webpack-plugin": "1.7.0",
  135. "happypack": "^5.0.1",
  136. "html-webpack-plugin": "4.0.0-alpha",
  137. "increase-memory-limit-fixbug": "^1.0.0",
  138. "less": "3.0.0",
  139. "less-loader": "4.1.0",
  140. "mini-css-extract-plugin": "0.4.1",
  141. "mockjs": "^1.1.0",
  142. "node-notifier": "5.2.1",
  143. "node-sass": "^4.7.2",
  144. "optimize-css-assets-webpack-plugin": "5.0.0",
  145. "ora": "3.0.0",
  146. "path-to-regexp": "2.4.0",
  147. "portfinder": "1.0.16",
  148. "postcss-import": "12.0.0",
  149. "postcss-loader": "2.1.6",
  150. "postcss-url": "7.3.2",
  151. "rimraf": "2.6.2",
  152. "sass-loader": "7.0.3",
  153. "sass-resources-loader": "^2.0.0",
  154. "script-ext-html-webpack-plugin": "2.0.1",
  155. "semver": "5.5.0",
  156. "shelljs": "0.8.2",
  157. "svg-sprite-loader": "^4.1.3",
  158. "uglifyjs-webpack-plugin": "1.2.7",
  159. "url-loader": "1.0.1",
  160. "vconsole-webpack-plugin": "^1.7.1",
  161. "vue-friendly-iframe": "^0.20.0",
  162. "vue-loader": "15.3.0",
  163. "vue-style-loader": "4.1.2",
  164. "vue-template-compiler": "2.5.17",
  165. "webpack": "4.16.5",
  166. "webpack-bundle-analyzer": "^2.13.1",
  167. "webpack-cli": "3.1.0",
  168. "webpack-dev-server": "3.1.5",
  169. "webpack-merge": "4.1.4",
  170. "webpack-parallel-uglify-plugin": "^2.0.0"
  171. },
  172. "engines": {
  173. "node": ">= 6.0.0",
  174. "npm": ">= 3.0.0"
  175. },
  176. "browserslist": [
  177. "> 1%",
  178. "last 2 versions",
  179. "not ie <= 8"
  180. ]
  181. }