package.json 2.9 KB

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