package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. "tailwindcss": "^4.0.17",
  27. "viser-vue": "^2.4.4",
  28. "vue": "^2.7.16",
  29. "vue-area-linkage": "^5.1.0",
  30. "vue-cropper": "^0.4.8",
  31. "vue-draggable-resizable": "^2.3.0",
  32. "vue-i18n": "^8.7.0",
  33. "vue-loader": "^15.7.0",
  34. "vue-ls": "^3.2.0",
  35. "vue-photo-preview": "^1.1.3",
  36. "vue-print-nb-jeecg": "^1.0.9",
  37. "vue-router": "^3.0.1",
  38. "vue-splitpane": "^1.0.4",
  39. "vuedraggable": "^2.20.0",
  40. "vuex": "^3.1.0",
  41. "vxe-pc-ui": "^3.4.27",
  42. "vxe-table": "^3.14.0"
  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-config-prettier": "^10.1.1",
  54. "eslint-plugin-prettier": "^5.2.5",
  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. "tailwindcss": "^3.4.1",
  60. "vue-template-compiler": "^2.6.10"
  61. },
  62. "eslintConfig": {
  63. "root": true,
  64. "env": {
  65. "node": true
  66. },
  67. "extends": [
  68. "plugin:vue/strongly-recommended",
  69. "@vue/standard"
  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. "no-tabs": 0,
  99. "indent": [
  100. 1,
  101. 4
  102. ]
  103. }
  104. },
  105. "postcss": {
  106. "plugins": {}
  107. },
  108. "browserslist": [
  109. "> 1%",
  110. "last 2 versions",
  111. "not ie <= 10"
  112. ]
  113. }