package.json 2.9 KB

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