package.json 3.2 KB

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