package.json 2.5 KB

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