package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "name": "vue-antd-jeecg",
  3. "version": "2.2.0",
  4. "private": true,
  5. "scripts": {
  6. "pre": "yarn --registry https://registry.npm.taobao.org || cnpm install || npm install --registry https://registry.npm.taobao.org ",
  7. "serve": "vue-cli-service serve",
  8. "build": "vue-cli-service build",
  9. "lint": "vue-cli-service lint"
  10. },
  11. "dependencies": {
  12. "@antv/data-set": "^0.11.2",
  13. "@femessage/upload-to-ali": "^1.8.1",
  14. "@riophae/vue-treeselect": "^0.4.0",
  15. "@jeecg/antd-online-beta220": "^1.0.1",
  16. "@tinymce/tinymce-vue": "^2.0.0",
  17. "ali-oss": "^6.1.1",
  18. "ant-design-vue": "1.5.2",
  19. "apexcharts": "^3.6.5",
  20. "area-data": "^5.0.6",
  21. "axios": "^0.18.0",
  22. "babel-loader": "^8.0.6",
  23. "blueimp-md5": "^2.11.0",
  24. "browser-md5-file": "^1.1.1",
  25. "clipboard": "^2.0.4",
  26. "codemirror": "^5.46.0",
  27. "cos-js-sdk-v5": "^0.5.26",
  28. "dayjs": "^1.8.0",
  29. "echarts": "^4.3.0",
  30. "element-ui": "^2.13.0",
  31. "enquire.js": "^2.1.6",
  32. "html2canvas": "^1.0.0-rc.3",
  33. "iview": "2.0.0-rc.17",
  34. "jquery": "^3.4.1",
  35. "js-cookie": "^2.2.0",
  36. "lodash.get": "^4.4.2",
  37. "lodash.pick": "^4.4.0",
  38. "mcanvas": "^1.3.9",
  39. "md5": "^2.2.1",
  40. "nprogress": "^0.2.0",
  41. "promise.prototype.finally": "^3.1.1",
  42. "tinymce": "^5.1.4",
  43. "viser-vue": "^2.4.4",
  44. "vue": "^2.6.10",
  45. "vue-area-linkage": "^5.1.0",
  46. "vue-apexcharts": "^1.3.2",
  47. "vue-class-component": "^6.0.0",
  48. "vue-count-to": "^1.0.13",
  49. "vue-cropper": "^0.4.8",
  50. "vue-i18n": "^8.7.0",
  51. "vue-layer": "^1.0.2",
  52. "vue-loader": "^15.7.0",
  53. "vue-ls": "^3.2.0",
  54. "vue-oss-uploader": "^0.1.10",
  55. "vue-photo-preview": "^1.1.3",
  56. "vue-preview": "^1.1.3",
  57. "vue-print-nb-jeecg": "^1.0.9",
  58. "vue-property-decorator": "^7.3.0",
  59. "vue-router": "^3.0.1",
  60. "vue-splitpane": "^1.0.4",
  61. "vue-video-player": "^5.0.2",
  62. "vue-waterfall-easy": "^2.4.3",
  63. "vuedraggable": "^2.20.0",
  64. "vuex": "^3.1.0",
  65. "vuex-class": "^0.3.1"
  66. },
  67. "devDependencies": {
  68. "@babel/polyfill": "^7.2.5",
  69. "@vue/cli-plugin-babel": "^3.3.0",
  70. "@vue/cli-plugin-eslint": "^3.3.0",
  71. "@vue/cli-service": "^3.3.0",
  72. "@vue/eslint-config-standard": "^4.0.0",
  73. "babel-eslint": "^10.0.1",
  74. "babel-plugin-component": "^1.1.1",
  75. "compression-webpack-plugin": "^3.1.0",
  76. "eslint": "^5.16.0",
  77. "eslint-plugin-vue": "^5.1.0",
  78. "html-webpack-plugin": "^4.2.0",
  79. "less": "^3.9.0",
  80. "less-loader": "^4.1.0",
  81. "node-sass": "^4.11.0",
  82. "sass-loader": "^7.0.1",
  83. "vue-template-compiler": "^2.6.10"
  84. },
  85. "eslintConfig": {
  86. "root": true,
  87. "env": {
  88. "node": true
  89. },
  90. "extends": [
  91. "plugin:vue/strongly-recommended",
  92. "@vue/standard",
  93. "eslint:recommended"
  94. ],
  95. "parserOptions": {
  96. "parser": "babel-eslint"
  97. },
  98. "rules": {
  99. "generator-star-spacing": "off",
  100. "no-mixed-operators": 0,
  101. "vue/max-attributes-per-line": [
  102. 2,
  103. {
  104. "singleline": 5,
  105. "multiline": {
  106. "max": 1,
  107. "allowFirstLine": false
  108. }
  109. }
  110. ],
  111. "vue/attribute-hyphenation": 0,
  112. "vue/html-self-closing": 0,
  113. "vue/component-name-in-template-casing": 0,
  114. "vue/html-closing-bracket-spacing": 0,
  115. "vue/singleline-html-element-content-newline": 0,
  116. "vue/no-unused-components": 0,
  117. "vue/multiline-html-element-content-newline": 0,
  118. "vue/no-use-v-if-with-v-for": 0,
  119. "vue/html-closing-bracket-newline": 0,
  120. "vue/no-parsing-error": 0,
  121. "no-console": 0,
  122. "no-tabs": 0,
  123. "indent": [1, 4]
  124. }
  125. },
  126. "postcss": {
  127. "plugins": {
  128. "autoprefixer": {}
  129. }
  130. },
  131. "browserslist": [
  132. "> 1%",
  133. "last 2 versions",
  134. "not ie <= 10"
  135. ]
  136. }