package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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",
  10. "lint": "vue-cli-service lint"
  11. },
  12. "dependencies": {
  13. "@antv/data-set": "^0.11.4",
  14. "@jeecg/antd-online-mini": "3.4.3-beta2",
  15. "@tinymce/tinymce-vue": "2.1.0",
  16. "@toast-ui/editor": "^2.1.2",
  17. "activiti": "^0.3.0",
  18. "ant-design-vue": "^1.7.8",
  19. "axios": "^0.18.0",
  20. "better-scroll": "^2.4.2",
  21. "caniuse-lite": "^1.0.30001492",
  22. "china-area-data": "^5.0.1",
  23. "chosen-js": "^1.8.7",
  24. "clipboard": "^2.0.4",
  25. "codemirror": "^5.46.0",
  26. "cron-parser": "^2.10.0",
  27. "dayjs": "^1.8.0",
  28. "dhtmlx-gantt": "^8.0.1",
  29. "dom-align": "1.12.0",
  30. "echarts": "4.9.0",
  31. "element-ui": "^2.15.13",
  32. "enquire.js": "^2.1.6",
  33. "font-awesome": "^4.7.0",
  34. "frappe-gantt": "^0.6.1",
  35. "jquery": "^3.7.0",
  36. "js-cookie": "^2.2.0",
  37. "lodash.get": "^4.4.2",
  38. "lodash.pick": "^4.4.0",
  39. "md5": "^2.2.1",
  40. "node-sass": "^9.0.0",
  41. "normalize.css": "^8.0.1",
  42. "nprogress": "^0.2.0",
  43. "qiankun": "^2.5.1",
  44. "qiniu-js": "^3.4.1",
  45. "sass-loader": "7.3.1",
  46. "tinymce": "5.4.1",
  47. "viewerjs": "^1.11.3",
  48. "viser-vue": "^2.4.8",
  49. "vue": "^2.7.14",
  50. "vue-area-linkage": "^5.1.0",
  51. "vue-cropper": "^0.5.4",
  52. "vue-i18n": "^8.7.0",
  53. "vue-loader": "^15.7.0",
  54. "vue-ls": "^3.2.0",
  55. "vue-photo-preview": "^1.1.3",
  56. "vue-print-nb-jeecg": "^1.0.12",
  57. "vue-qr": "^4.0.9",
  58. "vue-router": "^3.0.1",
  59. "vue-splitpane": "^1.0.4",
  60. "vue-waterfall2": "^1.10.6",
  61. "vuedraggable": "^2.24.3",
  62. "vuex": "^3.1.0",
  63. "vxe-table": "^3.6.13",
  64. "vxe-table-plugin-antd": "^3.0.7",
  65. "xe-utils": "^3.5.11",
  66. "xss": "^1.0.13"
  67. },
  68. "devDependencies": {
  69. "@babel/polyfill": "^7.2.5",
  70. "@vue/cli-plugin-babel": "^3.3.0",
  71. "@vue/cli-plugin-eslint": "^3.3.0",
  72. "@vue/cli-service": "^3.3.0",
  73. "@vue/eslint-config-standard": "^4.0.0",
  74. "babel-eslint": "7.2.3",
  75. "compression-webpack-plugin": "^3.1.0",
  76. "eslint": "^5.16.0",
  77. "eslint-plugin-vue": "^5.1.0",
  78. "handlebars": "^4.7.7",
  79. "html-webpack-plugin": "^4.2.0",
  80. "less": "^3.9.0",
  81. "less-loader": "^4.1.0",
  82. "sass": "^1.34.1",
  83. "vue-template-compiler": "^2.7.14"
  84. },
  85. "eslintConfig": {
  86. "root": true,
  87. "env": {
  88. "node": true
  89. },
  90. "extends": [
  91. "plugin:vue/strongly-recommended",
  92. "@vue/standard"
  93. ],
  94. "parserOptions": {
  95. "parser": "babel-eslint"
  96. },
  97. "rules": {
  98. "generator-star-spacing": "off",
  99. "no-mixed-operators": 0,
  100. "vue/max-attributes-per-line": [
  101. 2,
  102. {
  103. "singleline": 5,
  104. "multiline": {
  105. "max": 1,
  106. "allowFirstLine": false
  107. }
  108. }
  109. ],
  110. "vue/attribute-hyphenation": 0,
  111. "vue/html-self-closing": 0,
  112. "vue/component-name-in-template-casing": 0,
  113. "vue/html-closing-bracket-spacing": 0,
  114. "vue/singleline-html-element-content-newline": 0,
  115. "vue/no-unused-components": 0,
  116. "vue/multiline-html-element-content-newline": 0,
  117. "vue/no-use-v-if-with-v-for": 0,
  118. "vue/html-closing-bracket-newline": 0,
  119. "vue/no-parsing-error": 0,
  120. "no-tabs": 0,
  121. "indent": [
  122. "off",
  123. 2
  124. ],
  125. "no-console": 0,
  126. "space-before-function-paren": 0
  127. }
  128. },
  129. "postcss": {
  130. "plugins": {
  131. "autoprefixer": {}
  132. }
  133. },
  134. "browserslist": [
  135. "> 1%",
  136. "last 2 versions",
  137. "not ie <= 10"
  138. ]
  139. }