package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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-hzyy": "vue-cli-service build --mode prod-hzyy",
  11. "build:prod-sxjz": "vue-cli-service build --mode prod-sxjz",
  12. "build:prod-jnmy": "vue-cli-service build --mode prod-jnmy",
  13. "build:prod-hdt": "vue-cli-service build --mode prod-hdt",
  14. "build:stage": "vue-cli-service build --mode staging",
  15. "preview": "node build/index.js --preview",
  16. "lint": "eslint --ext .js,.vue src"
  17. },
  18. "husky": {
  19. "hooks": {
  20. "pre-commit": "lint-staged"
  21. }
  22. },
  23. "lint-staged": {
  24. "src/**/*.{js,vue}": [
  25. "eslint --fix",
  26. "git add"
  27. ]
  28. },
  29. "keywords": [
  30. "vue",
  31. "admin",
  32. "dashboard",
  33. "element-ui",
  34. "boilerplate",
  35. "admin-template",
  36. "management-system"
  37. ],
  38. "dependencies": {
  39. "@amap/amap-jsapi-loader": "^1.0.1",
  40. "@huaweicloud/huaweicloud-sdk-core": "^3.1.105",
  41. "@huaweicloud/huaweicloud-sdk-vod": "^3.1.105",
  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": "^1.8.3",
  48. "echarts": "^4.9.0",
  49. "element-ui": "2.15.5",
  50. "esdk-obs-browserjs": "^3.24.3",
  51. "file-saver": "2.0.4",
  52. "fuse.js": "6.4.3",
  53. "highlight.js": "9.18.5",
  54. "image-conversion": "^2.1.1",
  55. "js-beautify": "1.13.0",
  56. "js-cookie": "2.2.1",
  57. "jsencrypt": "3.0.0-rc.1",
  58. "nprogress": "0.2.0",
  59. "qrcodejs2": "0.0.2",
  60. "quill": "1.3.7",
  61. "screenfull": "5.0.2",
  62. "sortablejs": "1.10.2",
  63. "vod-js-sdk-v6": "^1.7.0",
  64. "vue": "2.6.12",
  65. "vue-baidu-map": "^0.21.22",
  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. },
  92. "engines": {
  93. "node": ">=8.9",
  94. "npm": ">= 3.0.0"
  95. },
  96. "browserslist": [
  97. "> 1%",
  98. "last 2 versions"
  99. ]
  100. }