package.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. {
  2. "name": "vue-antd-jeecg",
  3. "version": "3.4.3",
  4. "private": true,
  5. "scripts": {
  6. "pre": "cnpm install || yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ",
  7. "serve": "vue-cli-service serve",
  8. "build:test": "vue-cli-service build --mode test",
  9. "build": "vue-cli-service build --report",
  10. "lint": "vue-cli-service lint"
  11. },
  12. "dependencies": {
  13. "@antv/data-set": "^0.11.4",
  14. "@babel/parser": "^7.7.4",
  15. "@dcloudio/uni-webview-js": "^0.0.3",
  16. "@riophae/vue-treeselect": "0.4.0",
  17. "@tinymce/tinymce-vue": "2.1.0",
  18. "@toast-ui/editor": "^2.1.2",
  19. "@types/qrcode": "^1.5.1",
  20. "@vue-office/pdf": "^2.0.10",
  21. "@vue/composition-api": "^1.7.2",
  22. "ant-design-vue": "^1.7.2",
  23. "area-data": "^5.0.6",
  24. "axios": "^0.18.0",
  25. "babel-plugin-import": "^1.13.0",
  26. "beautifier": "^0.1.7",
  27. "china-area-data": "^5.0.1",
  28. "clipboard": "^2.0.4",
  29. "codemirror": "^5.46.0",
  30. "core-js": "3.8.1",
  31. "cron-parser": "^2.10.0",
  32. "crypto-js": "^4.1.1",
  33. "dayjs": "^1.8.0",
  34. "diagram-js-minimap": "^2.0.4",
  35. "dom-align": "1.12.0",
  36. "element-ui": "2.15.6",
  37. "enquire.js": "^2.1.6",
  38. "file-saver": "2.0.4",
  39. "form-gen-parser": "^1.0.3",
  40. "highlight.js": "^10.5.0",
  41. "jquery": "^3.6.0",
  42. "js-cookie": "^2.2.0",
  43. "js-pinyin": "^0.1.9",
  44. "lodash.get": "^4.4.2",
  45. "lodash.pick": "^4.4.0",
  46. "mathjs": "^9.5.1",
  47. "md5": "^2.2.1",
  48. "min-dash": "^3.5.2",
  49. "nprogress": "^0.2.0",
  50. "print-js": "^1.6.0",
  51. "qiankun": "^2.5.1",
  52. "qrcode": "^1.5.3",
  53. "quill": "^1.3.7",
  54. "sass": "1.32.0",
  55. "sass-loader": "10.1.0",
  56. "tinymce": "5.4.1",
  57. "v-click-outside-x": "^4.1.3",
  58. "view-design": "^4.2.0",
  59. "view-ui-plus": "^1.3.1",
  60. "viser-vue": "^2.4.8",
  61. "voca": "^1.4.0",
  62. "vue": "2.6.10",
  63. "vue-area-linkage": "^5.1.0",
  64. "vue-baidu-map": "^0.21.22",
  65. "vue-barcode": "^1.3.0",
  66. "vue-codemirror": "^4.0.6",
  67. "vue-cropper": "^0.5.4",
  68. "vue-demi": "^0.14.6",
  69. "vue-i18n": "^8.7.0",
  70. "vue-loader": "^15.7.0",
  71. "vue-ls": "^3.2.0",
  72. "vue-photo-preview": "^1.1.3",
  73. "vue-print-nb-jeecg": "^1.0.10",
  74. "vue-qr": "^4.0.9",
  75. "vue-quill-editor": "^3.0.6",
  76. "vue-router": "^3.0.1",
  77. "vue-splitpane": "^1.0.4",
  78. "vuedraggable": "^2.20.0",
  79. "vuex": "^3.1.0",
  80. "vuex-persistedstate": "^4.1.0",
  81. "vxe-table": "2.9.13",
  82. "vxe-table-plugin-antd": "1.8.10",
  83. "weixin-js-sdk": "^1.6.0",
  84. "workflow-bpmn-modeler-jeecgboot": "^0.1.3",
  85. "x2js": "^3.4.2",
  86. "xe-utils": "2.4.8",
  87. "xml-js": "^1.6.11",
  88. "xss": "^1.0.13",
  89. "echarts": "^5.4.3"
  90. },
  91. "devDependencies": {
  92. "@babel/polyfill": "^7.2.5",
  93. "@vue/cli-plugin-babel": "^4.5.0",
  94. "@vue/cli-plugin-eslint": "^4.5.0",
  95. "@vue/cli-service": "^4.5.0",
  96. "@vue/compiler-sfc": "^3.0.1",
  97. "@vue/eslint-config-prettier": "^5.0.0",
  98. "@vue/eslint-config-standard": "^4.0.0",
  99. "@jeecg/antd-online-mini": "3.4.3-beta2",
  100. "babel-eslint": "^10.1.0",
  101. "camunda-bpmn-moddle": "^4.4.1",
  102. "compression-webpack-plugin": "^3.1.0",
  103. "eslint": "^6.7.2",
  104. "eslint-plugin-prettier": "^3.1.0",
  105. "eslint-plugin-vue": "^6.2.2",
  106. "fs-extra": "^8.1.0",
  107. "html-webpack-plugin": "^4.2.0",
  108. "less": "^3.9.0",
  109. "less-loader": "^4.1.0",
  110. "sass-loader": "^10.1.0",
  111. "vue-template-compiler": "2.6.10"
  112. },
  113. "eslintConfig": {
  114. "root": true,
  115. "env": {
  116. "node": true
  117. },
  118. "extends": [
  119. "plugin:vue/strongly-recommended",
  120. "@vue/standard"
  121. ],
  122. "parserOptions": {
  123. "parser": "babel-eslint"
  124. },
  125. "rules": {
  126. "generator-star-spacing": "off",
  127. "no-mixed-operators": 0,
  128. "vue/max-attributes-per-line": [
  129. 2,
  130. {
  131. "singleline": 5,
  132. "multiline": {
  133. "max": 1,
  134. "allowFirstLine": false
  135. }
  136. }
  137. ],
  138. "vue/attribute-hyphenation": 0,
  139. "vue/html-self-closing": 0,
  140. "vue/component-name-in-template-casing": 0,
  141. "vue/html-closing-bracket-spacing": 0,
  142. "vue/singleline-html-element-content-newline": 0,
  143. "vue/no-unused-components": 0,
  144. "vue/multiline-html-element-content-newline": 0,
  145. "vue/no-use-v-if-with-v-for": 0,
  146. "vue/html-closing-bracket-newline": 0,
  147. "vue/no-parsing-error": 0,
  148. "no-tabs": 0,
  149. "indent": [
  150. "off",
  151. 2
  152. ],
  153. "no-console": 0,
  154. "space-before-function-paren": 0
  155. }
  156. },
  157. "postcss": {
  158. "plugins": {
  159. "autoprefixer": {}
  160. }
  161. },
  162. "browserslist": [
  163. "> 1%",
  164. "last 2 versions",
  165. "not ie <= 10"
  166. ]
  167. }