package.json 2.4 KB

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