package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "name": "jsh-erp-web",
  3. "version": "3.5.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vue-cli-service serve",
  7. "build": "vue-cli-service build"
  8. },
  9. "dependencies": {
  10. "@antv/data-set": "^0.11.2",
  11. "@tinymce/tinymce-vue": "^2.0.0",
  12. "ant-design-vue": "1.5.2",
  13. "area-data": "^5.0.6",
  14. "axios": "^0.18.0",
  15. "clipboard": "^2.0.4",
  16. "codemirror": "^5.46.0",
  17. "dayjs": "^1.8.0",
  18. "enquire.js": "^2.1.6",
  19. "intro.js": "^4.2.2",
  20. "jquery": "^1.12.4",
  21. "js-cookie": "^2.2.0",
  22. "lodash.get": "^4.4.2",
  23. "lodash.pick": "^4.4.0",
  24. "md5": "^2.2.1",
  25. "nprogress": "^0.2.0",
  26. "viser-vue": "^2.4.4",
  27. "vue": "^2.7.16",
  28. "vue-area-linkage": "^5.1.0",
  29. "vue-cropper": "^0.4.8",
  30. "vue-draggable-resizable": "^2.3.0",
  31. "vue-i18n": "^8.7.0",
  32. "vue-loader": "^15.7.0",
  33. "vue-ls": "^3.2.0",
  34. "vue-photo-preview": "^1.1.3",
  35. "vue-print-nb-jeecg": "^1.0.9",
  36. "vue-router": "^3.0.1",
  37. "vue-splitpane": "^1.0.4",
  38. "vuedraggable": "^2.20.0",
  39. "vuex": "^3.1.0"
  40. },
  41. "devDependencies": {
  42. "@babel/polyfill": "^7.2.5",
  43. "@vue/cli-plugin-babel": "^3.3.0",
  44. "@vue/cli-plugin-eslint": "^3.3.0",
  45. "@vue/cli-service": "^3.3.0",
  46. "@vue/eslint-config-standard": "^4.0.0",
  47. "babel-eslint": "^10.0.1",
  48. "compression-webpack-plugin": "^3.1.0",
  49. "eslint": "^5.16.0",
  50. "eslint-plugin-vue": "^5.1.0",
  51. "html-webpack-plugin": "^4.2.0",
  52. "less": "^3.9.0",
  53. "less-loader": "^4.1.0",
  54. "vue-template-compiler": "^2.6.10"
  55. },
  56. "eslintConfig": {
  57. "root": true,
  58. "env": {
  59. "node": true
  60. },
  61. "extends": [
  62. "plugin:vue/strongly-recommended",
  63. "@vue/standard"
  64. ],
  65. "parserOptions": {
  66. "parser": "babel-eslint"
  67. },
  68. "rules": {
  69. "generator-star-spacing": "off",
  70. "no-mixed-operators": 0,
  71. "vue/max-attributes-per-line": [
  72. 2,
  73. {
  74. "singleline": 5,
  75. "multiline": {
  76. "max": 1,
  77. "allowFirstLine": false
  78. }
  79. }
  80. ],
  81. "vue/attribute-hyphenation": 0,
  82. "vue/html-self-closing": 0,
  83. "vue/component-name-in-template-casing": 0,
  84. "vue/html-closing-bracket-spacing": 0,
  85. "vue/singleline-html-element-content-newline": 0,
  86. "vue/no-unused-components": 0,
  87. "vue/multiline-html-element-content-newline": 0,
  88. "vue/no-use-v-if-with-v-for": 0,
  89. "vue/html-closing-bracket-newline": 0,
  90. "vue/no-parsing-error": 0,
  91. "no-console": 0,
  92. "no-tabs": 0,
  93. "indent": [
  94. 1,
  95. 4
  96. ]
  97. }
  98. },
  99. "postcss": {
  100. "plugins": {
  101. "autoprefixer": {}
  102. }
  103. },
  104. "browserslist": [
  105. "> 1%",
  106. "last 2 versions",
  107. "not ie <= 10"
  108. ]
  109. }