You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

113 lines
2.9 KiB

  1. {
  2. "name": "vue-antd-jeecg",
  3. "version": "2.2.0",
  4. "private": true,
  5. "scripts": {
  6. "pre": "yarn --registry https://registry.npm.taobao.org || cnpm install || 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.2",
  13. "@jeecg/antd-online-beta220": "^1.0.1",
  14. "@tinymce/tinymce-vue": "^2.0.0",
  15. "ant-design-vue": "1.5.2",
  16. "area-data": "^5.0.6",
  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.1.4",
  28. "tui-editor": "^1.4.10",
  29. "viser-vue": "^2.4.4",
  30. "vue": "^2.6.10",
  31. "vue-area-linkage": "^5.1.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.9",
  38. "vue-router": "^3.0.1",
  39. "vue-splitpane": "^1.0.4",
  40. "vuedraggable": "^2.20.0",
  41. "vuex": "^3.1.0",
  42. "yarn": "^1.22.18"
  43. },
  44. "devDependencies": {
  45. "@babel/polyfill": "^7.2.5",
  46. "@vue/cli-plugin-babel": "^3.3.0",
  47. "@vue/cli-plugin-eslint": "^3.3.0",
  48. "@vue/cli-service": "^3.3.0",
  49. "@vue/eslint-config-standard": "^4.0.0",
  50. "babel-eslint": "^10.0.1",
  51. "compression-webpack-plugin": "^3.1.0",
  52. "eslint": "^5.16.0",
  53. "eslint-plugin-vue": "^5.1.0",
  54. "html-webpack-plugin": "^4.2.0",
  55. "less": "^3.9.0",
  56. "less-loader": "^4.1.0",
  57. "vue-template-compiler": "^2.6.10"
  58. },
  59. "eslintConfig": {
  60. "root": true,
  61. "env": {
  62. "node": true
  63. },
  64. "extends": [
  65. "plugin:vue/strongly-recommended",
  66. "@vue/standard"
  67. ],
  68. "parserOptions": {
  69. "parser": "babel-eslint"
  70. },
  71. "rules": {
  72. "generator-star-spacing": "off",
  73. "no-mixed-operators": 0,
  74. "vue/max-attributes-per-line": [
  75. 2,
  76. {
  77. "singleline": 5,
  78. "multiline": {
  79. "max": 1,
  80. "allowFirstLine": false
  81. }
  82. }
  83. ],
  84. "vue/attribute-hyphenation": 0,
  85. "vue/html-self-closing": 0,
  86. "vue/component-name-in-template-casing": 0,
  87. "vue/html-closing-bracket-spacing": 0,
  88. "vue/singleline-html-element-content-newline": 0,
  89. "vue/no-unused-components": 0,
  90. "vue/multiline-html-element-content-newline": 0,
  91. "vue/no-use-v-if-with-v-for": 0,
  92. "vue/html-closing-bracket-newline": 0,
  93. "vue/no-parsing-error": 0,
  94. "no-console": 0,
  95. "no-tabs": 0,
  96. "indent": [
  97. 1,
  98. 4
  99. ]
  100. }
  101. },
  102. "postcss": {
  103. "plugins": {
  104. "autoprefixer": {}
  105. }
  106. },
  107. "browserslist": [
  108. "> 1%",
  109. "last 2 versions",
  110. "not ie <= 10"
  111. ]
  112. }