package.json 3.1 KB

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