package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "name": "vue-antd-jeecg",
  3. "version": "2.2.0",
  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.11.4",
  13. "@jeecg/antd-online-mini": "2.2.1",
  14. "@tinymce/tinymce-vue": "^2.1.0",
  15. "@toast-ui/editor": "^2.1.2",
  16. "animate.css": "^4.1.0",
  17. "ant-design-vue": "^1.6.3",
  18. "area-data": "^5.0.6",
  19. "axios": "^0.18.0",
  20. "clipboard": "^2.0.4",
  21. "codemirror": "^5.46.0",
  22. "dayjs": "^1.8.0",
  23. "enquire.js": "^2.1.6",
  24. "js-cookie": "^2.2.0",
  25. "jsoneditor": "^9.0.0",
  26. "lodash.get": "^4.4.2",
  27. "lodash.pick": "^4.4.0",
  28. "md5": "^2.2.1",
  29. "nprogress": "^0.2.0",
  30. "tinymce": "^5.3.2",
  31. "viser-vue": "^2.4.8",
  32. "vue": "^2.6.10",
  33. "vue-area-linkage": "^5.1.0",
  34. "vue-count-to": "^1.0.13",
  35. "vue-cropper": "^0.5.4",
  36. "vue-i18n": "^8.7.0",
  37. "vue-loader": "^15.7.0",
  38. "vue-ls": "^3.2.0",
  39. "vue-photo-preview": "^1.1.3",
  40. "vue-print-nb-jeecg": "^1.0.9",
  41. "vue-router": "^3.0.1",
  42. "vue-splitpane": "^1.0.4",
  43. "vuedraggable": "^2.20.0",
  44. "vuex": "^3.1.0"
  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": "7.2.3",
  53. "compression-webpack-plugin": "^3.1.0",
  54. "eslint": "^5.16.0",
  55. "eslint-plugin-vue": "^5.1.0",
  56. "html-webpack-plugin": "^4.2.0",
  57. "less": "^3.9.0",
  58. "less-loader": "^4.1.0",
  59. "vue-template-compiler": "^2.6.10"
  60. },
  61. "eslintConfig": {
  62. "root": true,
  63. "env": {
  64. "node": true
  65. },
  66. "extends": [
  67. "plugin:vue/strongly-recommended",
  68. "@vue/standard"
  69. ],
  70. "parserOptions": {
  71. "parser": "babel-eslint"
  72. },
  73. "rules": {
  74. "generator-star-spacing": "off",
  75. "no-mixed-operators": 0,
  76. "vue/max-attributes-per-line": [
  77. 2,
  78. {
  79. "singleline": 5,
  80. "multiline": {
  81. "max": 1,
  82. "allowFirstLine": false
  83. }
  84. }
  85. ],
  86. "vue/attribute-hyphenation": 0,
  87. "vue/html-self-closing": 0,
  88. "vue/component-name-in-template-casing": 0,
  89. "vue/html-closing-bracket-spacing": 0,
  90. "vue/singleline-html-element-content-newline": 0,
  91. "vue/no-unused-components": 0,
  92. "vue/multiline-html-element-content-newline": 0,
  93. "vue/no-use-v-if-with-v-for": 0,
  94. "vue/html-closing-bracket-newline": 0,
  95. "vue/no-parsing-error": 0,
  96. "no-tabs": 0,
  97. "indent": [
  98. "off",
  99. 2
  100. ],
  101. "no-console": 0,
  102. "space-before-function-paren": 0
  103. }
  104. },
  105. "postcss": {
  106. "plugins": {
  107. "autoprefixer": {}
  108. }
  109. },
  110. "browserslist": [
  111. "> 1%",
  112. "last 2 versions",
  113. "not ie <= 10"
  114. ]
  115. }