package.json 2.8 KB

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