package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "private": true,
  3. "name": "msr",
  4. "version": "1.0.0",
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build": "vue-cli-service build",
  8. "lint": "eslint . --ext .js,.vue",
  9. "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
  10. "commit": "cz"
  11. },
  12. "dependencies": {
  13. "@amap/amap-jsapi-loader": "^1.0.1",
  14. "@wangeditor/editor": "^5.1.20",
  15. "@wangeditor/editor-for-vue": "^1.0.2",
  16. "app-info-parser": "^1.1.3",
  17. "axios": "^0.24.0",
  18. "core-js": "^3.6.5",
  19. "crypto-js": "^4.1.1",
  20. "dom-to-image": "^2.6.0",
  21. "echarts": "^5.3.1",
  22. "element-ui": "^2.15.6",
  23. "hls.js": "^1.1.2",
  24. "keycloak-js": "^15.0.2",
  25. "md5": "^2.3.0",
  26. "mediainfo.js": "^0.1.7",
  27. "mpegts.js": "^1.6.10",
  28. "mqtt": "^4.3.7",
  29. "nprogress": "^0.2.0",
  30. "path-to-regexp": "^6.2.0",
  31. "spark-md5": "^3.0.2",
  32. "vue": "^2.6.11",
  33. "vue-router": "^3.2.0",
  34. "vue-seamless-scroll": "^1.1.23",
  35. "vuedraggable": "^2.24.3",
  36. "vuex": "^3.4.0"
  37. },
  38. "devDependencies": {
  39. "@babel/core": "^7.18.2",
  40. "@babel/eslint-parser": "^7.18.2",
  41. "@commitlint/cli": "^16.2.3",
  42. "@commitlint/config-conventional": "^16.2.1",
  43. "@vue/cli-plugin-babel": "~4.5.0",
  44. "@vue/cli-plugin-router": "~4.5.0",
  45. "@vue/cli-plugin-vuex": "~4.5.0",
  46. "@vue/cli-service": "~4.5.0",
  47. "chokidar": "^3.5.2",
  48. "commitizen": "^4.2.4",
  49. "conventional-changelog-cli": "^2.1.1",
  50. "cz-conventional-changelog": "^3.3.0",
  51. "eslint": "^8.17.0",
  52. "eslint-plugin-vue": "^8.0.3",
  53. "express-http-proxy": "^1.6.3",
  54. "lint-staged": "^9.5.0",
  55. "mockjs": "^1.1.0",
  56. "sass": "^1.56.1",
  57. "sass-loader": "^8.0.2",
  58. "script-ext-html-webpack-plugin": "^2.1.5",
  59. "svg-sprite-loader": "^6.0.11",
  60. "vue-template-compiler": "^2.6.11",
  61. "yorkie": "^2.0.0"
  62. },
  63. "gitHooks": {
  64. "pre-commit": "lint-staged",
  65. "commit-msg": "commitlint --env GIT_PARAMS"
  66. },
  67. "lint-staged": {
  68. "*.{js,jsx,vue}": [
  69. "eslint --ext .js,.vue --fix",
  70. "git add"
  71. ]
  72. },
  73. "config": {
  74. "commitizen": {
  75. "path": "./node_modules/cz-conventional-changelog"
  76. }
  77. }
  78. }