package.json 3.0 KB

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