package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. {
  2. "name": "vue-antd-jeecg",
  3. "version": "3.1.0",
  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. "serve:test": "vue-cli-service serve --mode test",
  9. "build:test": "vue-cli-service build --mode test",
  10. "build:dx": "vue-cli-service build --mode dx",
  11. "build": "vue-cli-service build",
  12. "lint": "vue-cli-service lint"
  13. },
  14. "dependencies": {
  15. "@amap/amap-jsapi-loader": "^1.0.1",
  16. "@antv/data-set": "^0.11.4",
  17. "@jeecg/antd-online-mini": "3.1.0-beta",
  18. "@jiaminghi/data-view": "^2.10.0",
  19. "@tinymce/tinymce-vue": "2.1.0",
  20. "@toast-ui/editor": "^2.1.2",
  21. "ant-design-vue": "^1.7.2",
  22. "axios": "^0.18.0",
  23. "china-area-data": "^5.0.1",
  24. "clipboard": "^2.0.4",
  25. "codemirror": "^5.46.0",
  26. "cron-parser": "^2.10.0",
  27. "dayjs": "^1.8.0",
  28. "dom-align": "1.12.0",
  29. "enquire.js": "^2.1.6",
  30. "file-saver": "^2.0.5",
  31. "html-docx-js": "^0.3.1",
  32. "html2canvas": "^1.4.1",
  33. "install": "^0.13.0",
  34. "js-cookie": "^2.2.0",
  35. "jspdf": "^2.5.1",
  36. "jszip": "^3.10.1",
  37. "lodash.get": "^4.4.2",
  38. "lodash.pick": "^4.4.0",
  39. "md5": "^2.2.1",
  40. "moment": "^2.29.4",
  41. "nprogress": "^0.2.0",
  42. "pdfjs-dist": "^2.5.207",
  43. "qiankun": "^2.5.1",
  44. "reqwest": "^2.0.5",
  45. "sass-loader": "^7.3.1",
  46. "swiper": "^4.5.1",
  47. "three": "^0.121.0",
  48. "tinymce": "5.4.1",
  49. "vanta": "^0.5.24",
  50. "viser-vue": "^2.4.8",
  51. "vue": "^2.6.10",
  52. "vue-amap": "^0.5.10",
  53. "vue-area-linkage": "^5.1.0",
  54. "vue-awesome-swiper": "^3.1.3",
  55. "vue-baidu-map": "^0.21.22",
  56. "vue-cropper": "^0.5.4",
  57. "vue-easy-printer": "^1.0.6",
  58. "vue-echart": "^1.0.5",
  59. "vue-i18n": "^8.7.0",
  60. "vue-loader": "^15.7.0",
  61. "vue-ls": "^3.2.0",
  62. "vue-pdf": "^4.3.0",
  63. "vue-pdf-embed": "^1.1.4",
  64. "vue-photo-preview": "^1.1.3",
  65. "vue-print-nb-jeecg": "^1.0.9",
  66. "vue-router": "^3.0.1",
  67. "vue-splitpane": "^1.0.4",
  68. "vue-to-pdf": "^1.0.0",
  69. "vue3-pdfjs": "^0.1.6",
  70. "vuedraggable": "^2.20.0",
  71. "vuex": "^3.1.0",
  72. "vxe-table": "2.9.13",
  73. "vxe-table-plugin-antd": "1.8.10",
  74. "xe-utils": "2.4.8",
  75. "yarn": "^1.22.22"
  76. },
  77. "devDependencies": {
  78. "@babel/polyfill": "^7.2.5",
  79. "@vue/cli-plugin-babel": "^3.3.0",
  80. "@vue/cli-plugin-eslint": "^3.3.0",
  81. "@vue/cli-service": "^3.3.0",
  82. "@vue/eslint-config-standard": "^4.0.0",
  83. "babel-eslint": "7.2.3",
  84. "compression-webpack-plugin": "^3.1.0",
  85. "echarts": "^5.4.3",
  86. "eslint": "^5.16.0",
  87. "eslint-plugin-vue": "^5.1.0",
  88. "html-webpack-plugin": "^4.2.0",
  89. "less": "^3.9.0",
  90. "less-loader": "^4.1.0",
  91. "vue-template-compiler": "^2.6.10"
  92. },
  93. "eslintConfig": {
  94. "root": true,
  95. "env": {
  96. "node": true
  97. },
  98. "extends": [
  99. "plugin:vue/strongly-recommended",
  100. "@vue/standard"
  101. ],
  102. "parserOptions": {
  103. "parser": "babel-eslint"
  104. },
  105. "rules": {
  106. "generator-star-spacing": "off",
  107. "no-mixed-operators": 0,
  108. "vue/max-attributes-per-line": [
  109. 2,
  110. {
  111. "singleline": 5,
  112. "multiline": {
  113. "max": 1,
  114. "allowFirstLine": false
  115. }
  116. }
  117. ],
  118. "vue/attribute-hyphenation": 0,
  119. "vue/html-self-closing": 0,
  120. "vue/component-name-in-template-casing": 0,
  121. "vue/html-closing-bracket-spacing": 0,
  122. "vue/singleline-html-element-content-newline": 0,
  123. "vue/no-unused-components": 0,
  124. "vue/multiline-html-element-content-newline": 0,
  125. "vue/no-use-v-if-with-v-for": 0,
  126. "vue/html-closing-bracket-newline": 0,
  127. "vue/no-parsing-error": 0,
  128. "no-tabs": 0,
  129. "indent": [
  130. "off",
  131. 2
  132. ],
  133. "no-console": 0,
  134. "space-before-function-paren": 0
  135. }
  136. },
  137. "postcss": {
  138. "plugins": {
  139. "autoprefixer": {}
  140. }
  141. },
  142. "browserslist": [
  143. "> 1%",
  144. "last 2 versions",
  145. "not ie <= 10"
  146. ]
  147. }