package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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. "enquire.js": "^2.1.6",
  21. "intro.js": "^4.2.2",
  22. "jquery": "^1.12.4",
  23. "js-cookie": "^2.2.0",
  24. "lodash.get": "^4.4.2",
  25. "lodash.pick": "^4.4.0",
  26. "md5": "^2.2.1",
  27. "nprogress": "^0.2.0",
  28. "tailwindcss": "^4.0.17",
  29. "viser-vue": "^2.4.4",
  30. "vue": "^2.7.16",
  31. "vue-area-linkage": "^5.1.0",
  32. "vue-cropper": "^0.4.8",
  33. "vue-draggable-resizable": "^2.3.0",
  34. "vue-i18n": "^8.7.0",
  35. "vue-loader": "^15.7.0",
  36. "vue-ls": "^3.2.0",
  37. "vue-photo-preview": "^1.1.3",
  38. "vue-print-nb-jeecg": "^1.0.9",
  39. "vue-router": "^3.0.1",
  40. "vue-splitpane": "^1.0.4",
  41. "vuedraggable": "^2.20.0",
  42. "vuex": "^3.1.0",
  43. "vxe-pc-ui": "^3.4.27",
  44. "vxe-table": "^3.14.0"
  45. },
  46. "devDependencies": {
  47. "@babel/polyfill": "^7.2.5",
  48. "@vue/cli-plugin-babel": "^3.3.0",
  49. "@vue/cli-plugin-eslint": "^3.3.0",
  50. "@vue/cli-service": "^3.3.0",
  51. "@vue/eslint-config-standard": "^4.0.0",
  52. "babel-eslint": "^10.0.1",
  53. "compression-webpack-plugin": "^3.1.0",
  54. "eslint": "^5.16.0",
  55. "eslint-config-prettier": "^10.1.1",
  56. "eslint-plugin-prettier": "^5.2.5",
  57. "eslint-plugin-vue": "^5.1.0",
  58. "html-webpack-plugin": "^4.2.0",
  59. "less": "^3.9.0",
  60. "less-loader": "^4.1.0",
  61. "mini-css-extract-plugin": "^2.9.2",
  62. "tailwindcss": "^3.4.1",
  63. "vue-template-compiler": "^2.6.10"
  64. },
  65. "eslintConfig": {
  66. "root": true,
  67. "env": {
  68. "node": true
  69. },
  70. "extends": [
  71. "plugin:vue/strongly-recommended",
  72. "@vue/standard"
  73. ],
  74. "parserOptions": {
  75. "parser": "babel-eslint"
  76. },
  77. "rules": {
  78. "generator-star-spacing": "off",
  79. "no-mixed-operators": 0,
  80. "vue/max-attributes-per-line": [
  81. 2,
  82. {
  83. "singleline": 5,
  84. "multiline": {
  85. "max": 1,
  86. "allowFirstLine": false
  87. }
  88. }
  89. ],
  90. "vue/attribute-hyphenation": 0,
  91. "vue/html-self-closing": 0,
  92. "vue/component-name-in-template-casing": 0,
  93. "vue/html-closing-bracket-spacing": 0,
  94. "vue/singleline-html-element-content-newline": 0,
  95. "vue/no-unused-components": 0,
  96. "vue/multiline-html-element-content-newline": 0,
  97. "vue/no-use-v-if-with-v-for": 0,
  98. "vue/html-closing-bracket-newline": 0,
  99. "vue/no-parsing-error": 0,
  100. "no-console": 0,
  101. "no-tabs": 0,
  102. "indent": [
  103. 1,
  104. 4
  105. ]
  106. }
  107. },
  108. "postcss": {
  109. "plugins": {}
  110. },
  111. "browserslist": [
  112. "> 1%",
  113. "last 2 versions",
  114. "not ie <= 10"
  115. ]
  116. }