package.json 2.6 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-test": "vue-cli-service build --mode prod-test",
  11. "build:prod-hzyy": "vue-cli-service build --mode prod-hzyy",
  12. "build:prod-sxjz": "vue-cli-service build --mode prod-sxjz",
  13. "build:prod-jnmy": "vue-cli-service build --mode prod-jnmy",
  14. "build:prod-hdt": "vue-cli-service build --mode prod-hdt",
  15. "build:stage": "vue-cli-service build --mode staging",
  16. "preview": "node build/index.js --preview",
  17. "lint": "eslint --ext .js,.vue src"
  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. "@huaweicloud/huaweicloud-sdk-core": "^3.1.105",
  42. "@huaweicloud/huaweicloud-sdk-vod": "^3.1.105",
  43. "@riophae/vue-treeselect": "0.4.0",
  44. "axios": "0.21.0",
  45. "chart.js": "^2.9.4",
  46. "clipboard": "2.0.6",
  47. "core-js": "3.8.1",
  48. "cos-js-sdk-v5": "^1.8.3",
  49. "echarts": "^4.9.0",
  50. "element-ui": "2.15.5",
  51. "esdk-obs-browserjs": "^3.24.3",
  52. "file-saver": "2.0.4",
  53. "fuse.js": "6.4.3",
  54. "highlight.js": "9.18.5",
  55. "image-conversion": "^2.1.1",
  56. "js-beautify": "1.13.0",
  57. "js-cookie": "2.2.1",
  58. "jsencrypt": "3.0.0-rc.1",
  59. "nprogress": "0.2.0",
  60. "qrcodejs2": "0.0.2",
  61. "quill": "1.3.7",
  62. "screenfull": "5.0.2",
  63. "sortablejs": "1.10.2",
  64. "vod-js-sdk-v6": "^1.7.0",
  65. "vue": "2.6.12",
  66. "vue-baidu-map": "^0.21.22",
  67. "vue-count-to": "1.0.13",
  68. "vue-cropper": "0.5.5",
  69. "vue-jsonp": "^2.0.0",
  70. "vue-meta": "^2.4.0",
  71. "vue-router": "3.4.9",
  72. "vuedraggable": "^2.24.3",
  73. "vuex": "3.6.0",
  74. "wangeditor": "^4.7.5"
  75. },
  76. "devDependencies": {
  77. "@vue/cli-plugin-babel": "4.4.6",
  78. "@vue/cli-plugin-eslint": "4.4.6",
  79. "@vue/cli-service": "4.4.6",
  80. "babel-eslint": "10.1.0",
  81. "chalk": "4.1.0",
  82. "connect": "3.6.6",
  83. "eslint": "7.15.0",
  84. "eslint-plugin-vue": "7.2.0",
  85. "lint-staged": "10.5.3",
  86. "runjs": "4.4.2",
  87. "node-sass": "4.14.1",
  88. "sass-loader": "8.0.2",
  89. "script-ext-html-webpack-plugin": "2.1.5",
  90. "svg-sprite-loader": "5.1.1",
  91. "vue-template-compiler": "2.6.12"
  92. },
  93. "engines": {
  94. "node": ">=8.9",
  95. "npm": ">= 3.0.0"
  96. },
  97. "browserslist": [
  98. "> 1%",
  99. "last 2 versions"
  100. ]
  101. }