package.json 3.2 KB

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