package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "name": "FS",
  3. "version": "1.1.0",
  4. "description": "FS管理系统",
  5. "author": "YZX",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "build:prod": "vue-cli-service build",
  10. "build:prod-jnmy": "vue-cli-service build --mode prod-jnmy",
  11. "build:prod-myhk": "vue-cli-service build --mode prod-myhk",
  12. "build:prod-hdt": "vue-cli-service build --mode prod-hdt",
  13. "build:prod-jzzx": "vue-cli-service build --mode prod-jzzx",
  14. "build:stage": "vue-cli-service build --mode staging",
  15. "preview": "node build/index.js --preview",
  16. "lint": "eslint --ext .js,.vue src",
  17. "postinstall": "patch-package"
  18. },
  19. "husky": {
  20. "hooks": {
  21. "pre-commit": "lint-staged"
  22. }
  23. },
  24. "lint-staged": {
  25. "src/**/*.{js,vue}": [
  26. "eslint --fix",
  27. "git add"
  28. ]
  29. },
  30. "keywords": [
  31. "vue",
  32. "admin",
  33. "dashboard",
  34. "element-ui",
  35. "boilerplate",
  36. "admin-template",
  37. "management-system"
  38. ],
  39. "dependencies": {
  40. "@amap/amap-jsapi-loader": "^1.0.1",
  41. "@openim/wasm-client-sdk": "^3.8.3-patch.10",
  42. "@riophae/vue-treeselect": "0.4.0",
  43. "axios": "0.21.0",
  44. "chart.js": "^2.9.4",
  45. "clipboard": "2.0.6",
  46. "core-js": "3.8.1",
  47. "cos-js-sdk-v5": "^0.5.22",
  48. "echarts": "^4.9.0",
  49. "element-ui": "2.15.5",
  50. "file-saver": "2.0.4",
  51. "fuse.js": "6.4.3",
  52. "highlight.js": "9.18.5",
  53. "js-beautify": "1.13.0",
  54. "js-cookie": "2.2.1",
  55. "jsencrypt": "3.0.0-rc.1",
  56. "livekit-client": "^2.15.4",
  57. "mta-h5-analysis": "^2.0.15",
  58. "nprogress": "0.2.0",
  59. "patch-package": "^8.0.0",
  60. "quill": "1.3.7",
  61. "screenfull": "5.0.2",
  62. "sortablejs": "1.10.2",
  63. "tim-upload-plugin": "^1.0.4",
  64. "trtc-calling-js": "^1.0.0",
  65. "trtc-js-sdk": "^4.7.1",
  66. "tsignaling": "^0.7.0",
  67. "tweblive": "^1.3.1",
  68. "vue": "2.6.12",
  69. "vue-baidu-map": "^0.21.22",
  70. "vue-clipboard2": "^0.3.3",
  71. "vue-count-to": "1.0.13",
  72. "vue-cropper": "0.5.5",
  73. "vue-jsonp": "^2.0.0",
  74. "vue-meta": "^2.4.0",
  75. "vue-router": "3.4.9",
  76. "vuedraggable": "2.24.3",
  77. "vuex": "3.6.0",
  78. "wangeditor": "^4.7.5"
  79. },
  80. "devDependencies": {
  81. "@vue/cli-plugin-babel": "4.4.6",
  82. "@vue/cli-plugin-eslint": "4.4.6",
  83. "@vue/cli-service": "4.4.6",
  84. "babel-eslint": "10.1.0",
  85. "chalk": "4.1.0",
  86. "connect": "3.6.6",
  87. "eslint": "7.15.0",
  88. "eslint-plugin-vue": "7.2.0",
  89. "lint-staged": "10.5.3",
  90. "node-sass": "4.14.1",
  91. "runjs": "4.4.2",
  92. "sass-loader": "8.0.2",
  93. "script-ext-html-webpack-plugin": "2.1.5",
  94. "stylus": "^0.54.7",
  95. "stylus-loader": "^3.0.2",
  96. "svg-sprite-loader": "5.1.1",
  97. "vue-template-compiler": "2.6.12",
  98. "worker-loader": "^3.0.8",
  99. "worker-plugin": "^5.0.1"
  100. },
  101. "engines": {
  102. "node": ">=8.9",
  103. "npm": ">= 3.0.0"
  104. },
  105. "browserslist": [
  106. "> 1%",
  107. "last 2 versions"
  108. ]
  109. }