package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "name": "vue-antd-jeecg",
  3. "version": "2.1.4",
  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": "vue-cli-service build",
  9. "lint": "vue-cli-service lint"
  10. },
  11. "dependencies": {
  12. "@antv/data-set": "^0.10.2",
  13. "@fullcalendar/core": "^5.9.0",
  14. "@fullcalendar/daygrid": "^5.9.0",
  15. "@fullcalendar/interaction": "^5.9.0",
  16. "@fullcalendar/timegrid": "^5.9.0",
  17. "@fullcalendar/vue": "^5.9.0",
  18. "@jeecg/antd-online-214": "^2.1.41",
  19. "@jiaminghi/data-view": "^2.10.0",
  20. "@tinymce/tinymce-vue": "^2.1.0",
  21. "ant-design-vue": "^1.4.11",
  22. "apexcharts": "^3.6.5",
  23. "axios": "^0.18.0",
  24. "clipboard": "^2.0.4",
  25. "codemirror": "^5.46.0",
  26. "dayjs": "^1.8.0",
  27. "enquire.js": "^2.1.6",
  28. "js-cookie": "^2.2.0",
  29. "k-form-design": "^3.7.91",
  30. "lodash.get": "^4.4.2",
  31. "lodash.pick": "^4.4.0",
  32. "md5": "^2.2.1",
  33. "nprogress": "^0.2.0",
  34. "tinymce": "^5.10.0",
  35. "viser-vue": "^2.4.4",
  36. "vue": "^2.6.10",
  37. "vue-apexcharts": "^1.3.2",
  38. "vue-class-component": "^6.0.0",
  39. "vue-cropper": "^0.4.8",
  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.9",
  45. "vue-property-decorator": "^7.3.0",
  46. "vue-router": "^3.0.1",
  47. "vue-splitpane": "^1.0.4",
  48. "vuedraggable": "^2.20.0",
  49. "vuex": "^3.0.1",
  50. "vuex-class": "^0.3.1"
  51. },
  52. "devDependencies": {
  53. "@babel/polyfill": "^7.2.5",
  54. "@vue/cli-plugin-babel": "^3.3.0",
  55. "@vue/cli-plugin-eslint": "^3.3.0",
  56. "@vue/cli-service": "^3.3.0",
  57. "@vue/eslint-config-standard": "^4.0.0",
  58. "babel-eslint": "^10.0.1",
  59. "eslint": "^5.16.0",
  60. "eslint-plugin-vue": "^5.1.0",
  61. "html-webpack-plugin": "^4.0.0-beta.11",
  62. "less": "^3.9.0",
  63. "less-loader": "^4.1.0",
  64. "vue-template-compiler": "^2.6.10"
  65. },
  66. "eslintConfig": {
  67. "root": true,
  68. "env": {
  69. "node": true
  70. },
  71. "extends": [
  72. "plugin:vue/strongly-recommended",
  73. "@vue/standard"
  74. ],
  75. "parserOptions": {
  76. "parser": "babel-eslint"
  77. },
  78. "rules": {
  79. "generator-star-spacing": "off",
  80. "no-mixed-operators": 0,
  81. "vue/max-attributes-per-line": [
  82. 2,
  83. {
  84. "singleline": 5,
  85. "multiline": {
  86. "max": 1,
  87. "allowFirstLine": false
  88. }
  89. }
  90. ],
  91. "vue/attribute-hyphenation": 0,
  92. "vue/html-self-closing": 0,
  93. "vue/component-name-in-template-casing": 0,
  94. "vue/html-closing-bracket-spacing": 0,
  95. "vue/singleline-html-element-content-newline": 0,
  96. "vue/no-unused-components": 0,
  97. "vue/multiline-html-element-content-newline": 0,
  98. "vue/no-use-v-if-with-v-for": 0,
  99. "vue/html-closing-bracket-newline": 0,
  100. "vue/no-parsing-error": 0,
  101. "no-console": 0,
  102. "no-tabs": 0,
  103. "indent": [
  104. 1,
  105. 4
  106. ]
  107. }
  108. },
  109. "postcss": {
  110. "plugins": {
  111. "autoprefixer": {}
  112. }
  113. },
  114. "browserslist": [
  115. "> 1%",
  116. "last 2 versions",
  117. "not ie <= 10"
  118. ]
  119. }