package.json 3.3 KB

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