package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "name": "billd-live",
  3. "version": "0.1.0",
  4. "description": "基于Vue3 + WebRTC + Node + SRS搭建的直播间",
  5. "keywords": [
  6. "billd",
  7. "bilibili",
  8. "webrtc",
  9. "rtmp",
  10. "flv",
  11. "hls"
  12. ],
  13. "homepage": "https://live.hsslive.cn",
  14. "bugs": {
  15. "url": "https://github.com/galaxy-s10/billd-live/issues"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/galaxy-s10/billd-live"
  20. },
  21. "license": "MIT",
  22. "author": "shuisheng <2274751790@qq.com>",
  23. "type": "module",
  24. "scripts": {
  25. "build:beta": "vite build",
  26. "build:prod": "vite build",
  27. "copy": "ts-node ./deploy/handleGiteeJenkins.mjs",
  28. "cz": "cz",
  29. "deploy:beta": "node ./deploy/index.cjs --beta",
  30. "deploy:prod": "node ./deploy/index.cjs --prod",
  31. "dev": "vite",
  32. "lint": "eslint . --config ./eslint.config.js --cache",
  33. "lint:fix": "eslint . --config ./eslint.config.js --cache --fix",
  34. "preview": "vite preview",
  35. "release": "standard-version",
  36. "sync-repo": "ts-node ./deploy/handleSyncPublic.mjs"
  37. },
  38. "config": {
  39. "commitizen": {
  40. "path": "./node_modules/cz-conventional-changelog"
  41. }
  42. },
  43. "dependencies": {
  44. "@tencentcloud/chat": "^3.5.0",
  45. "@vicons/ionicons5": "^0.12.0",
  46. "@vueuse/components": "^11.1.0",
  47. "@vueuse/core": "^10.10.0",
  48. "@webav/av-cliper": "^1.0.6",
  49. "@webav/av-recorder": "^1.0.6",
  50. "axios": "^1.4.0",
  51. "billd-deploy": "^1.1.0",
  52. "billd-html-webpack-plugin": "^1.2.0",
  53. "billd-scss": "^0.0.8",
  54. "billd-utils": "^0.0.25",
  55. "cos-js-sdk-v5": "^1.8.6",
  56. "crypto-js": "^4.2.0",
  57. "fabric": "^5.3.0",
  58. "flv.js": "^1.6.2",
  59. "js-cookie": "^3.0.5",
  60. "jszip": "^3.10.1",
  61. "md-editor-v3": "^5.1.0",
  62. "mp4box": "^0.5.3",
  63. "mpegts.js": "^1.7.3",
  64. "naive-ui": "^2.34.4",
  65. "pinia": "^2.1.6",
  66. "pinia-plugin-persistedstate": "^3.2.1",
  67. "qiniu-js": "^3.4.2",
  68. "qrcode": "^1.5.4",
  69. "socket.io-client": "^4.8.0",
  70. "socket.io-msgpack-parser": "^3.0.2",
  71. "spark-md5": "^3.0.2",
  72. "vconsole": "^3.15.1",
  73. "video.js": "^8.21.0",
  74. "vue": "^3.5.13",
  75. "vue-i18n": "^9",
  76. "vue-lazyload": "^3.0.0",
  77. "vue-router": "^4.2.4",
  78. "vue3-danmaku": "^1.6.1",
  79. "webrtc-adapter": "^9.0.1"
  80. },
  81. "devDependencies": {}
  82. }