Add video-stream widget (#685)

This commit is contained in:
Yossi Hillali
2023-02-08 23:23:53 +02:00
committed by GitHub
parent bb010ff54a
commit fab018a10e
9 changed files with 452 additions and 51 deletions

View File

@@ -81,6 +81,7 @@
"@types/ping": "^0.4.1",
"@types/react": "17.0.1",
"@types/uuid": "^8.3.4",
"@types/video.js": "^7.3.51",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"babel-loader": "^9.1.2",
@@ -99,7 +100,8 @@
"jest": "^28.1.3",
"prettier": "^2.7.1",
"sass": "^1.56.1",
"typescript": "^4.7.4"
"typescript": "^4.7.4",
"video.js": "^8.0.3"
},
"resolutions": {
"@types/react": "17.0.2",