package.json 3.0 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-test": "vue-cli-service build --mode prod-test",
  11. "build:prod-hzyy": "vue-cli-service build --mode prod-hzyy",
  12. "build:prod-jzzx": "vue-cli-service build --mode prod-jzzx",
  13. "build:prod-hcl": "vue-cli-service build --mode prod-hcl",
  14. "build:prod-myhk": "vue-cli-service build --mode prod-myhk",
  15. "build:prod-sxjz": "vue-cli-service build --mode prod-sxjz",
  16. "build:prod-jnmy": "vue-cli-service build --mode prod-jnmy",
  17. "build:prod-hdt": "vue-cli-service build --mode prod-hdt",
  18. "build:prod-yzt": "vue-cli-service build --mode prod-yzt",
  19. "build:prod-sft": "vue-cli-service build --mode prod-sft",
  20. "build:stage": "vue-cli-service build --mode staging",
  21. "preview": "node build/index.js --preview",
  22. "lint": "eslint --ext .js,.vue src"
  23. },
  24. "husky": {
  25. "hooks": {
  26. "pre-commit": "lint-staged"
  27. }
  28. },
  29. "lint-staged": {
  30. "src/**/*.{js,vue}": [
  31. "eslint --fix",
  32. "git add"
  33. ]
  34. },
  35. "keywords": [
  36. "vue",
  37. "admin",
  38. "dashboard",
  39. "element-ui",
  40. "boilerplate",
  41. "admin-template",
  42. "management-system"
  43. ],
  44. "dependencies": {
  45. "@amap/amap-jsapi-loader": "^1.0.1",
  46. "@huaweicloud/huaweicloud-sdk-core": "^3.1.105",
  47. "@huaweicloud/huaweicloud-sdk-vod": "^3.1.105",
  48. "@riophae/vue-treeselect": "0.4.0",
  49. "axios": "0.21.0",
  50. "chart.js": "^2.9.4",
  51. "clipboard": "2.0.6",
  52. "core-js": "3.8.1",
  53. "cos-js-sdk-v5": "^1.8.3",
  54. "dayjs": "^1.11.13",
  55. "echarts": "^4.9.0",
  56. "element-ui": "2.15.5",
  57. "esdk-obs-browserjs": "^3.24.3",
  58. "file-saver": "2.0.4",
  59. "fuse.js": "6.4.3",
  60. "highlight.js": "9.18.5",
  61. "image-conversion": "^2.1.1",
  62. "js-beautify": "1.13.0",
  63. "js-cookie": "2.2.1",
  64. "jsencrypt": "3.0.0-rc.1",
  65. "nprogress": "0.2.0",
  66. "qrcodejs2": "0.0.2",
  67. "quill": "1.3.7",
  68. "screenfull": "5.0.2",
  69. "sortablejs": "1.10.2",
  70. "vod-js-sdk-v6": "^1.7.0",
  71. "vue": "2.6.12",
  72. "vue-baidu-map": "^0.21.22",
  73. "vue-count-to": "1.0.13",
  74. "vue-cropper": "0.5.5",
  75. "vue-jsonp": "^2.0.0",
  76. "vue-meta": "^2.4.0",
  77. "vue-router": "3.4.9",
  78. "vuedraggable": "^2.24.3",
  79. "vuex": "3.6.0",
  80. "wangeditor": "^4.7.5"
  81. },
  82. "devDependencies": {
  83. "@vue/cli-plugin-babel": "4.4.6",
  84. "@vue/cli-plugin-eslint": "4.4.6",
  85. "@vue/cli-service": "4.4.6",
  86. "babel-eslint": "10.1.0",
  87. "chalk": "4.1.0",
  88. "connect": "3.6.6",
  89. "eslint": "7.15.0",
  90. "eslint-plugin-vue": "7.2.0",
  91. "lint-staged": "10.5.3",
  92. "node-sass": "4.14.1",
  93. "runjs": "4.4.2",
  94. "sass-loader": "8.0.2",
  95. "script-ext-html-webpack-plugin": "2.1.5",
  96. "svg-sprite-loader": "5.1.1",
  97. "vue-template-compiler": "2.6.12",
  98. "webpack": "^4.46.0",
  99. "webpack-dev-server": "^3.11.3"
  100. },
  101. "engines": {
  102. "node": ">=8.9",
  103. "npm": ">= 3.0.0"
  104. },
  105. "browserslist": [
  106. "> 1%",
  107. "last 2 versions"
  108. ]
  109. }