Add basic player component

This commit is contained in:
Gabe Kangas
2022-04-26 19:29:13 -07:00
parent 35546c0c6d
commit 07c6faad60
10 changed files with 886 additions and 14 deletions

View File

@@ -34,7 +34,8 @@
"react-markdown": "8.0.0",
"react-markdown-editor-lite": "1.3.2",
"recoil": "^0.7.2",
"ua-parser-js": "1.0.2"
"ua-parser-js": "1.0.2",
"video.js": "^7.18.1"
},
"devDependencies": {
"@babel/core": "^7.17.9",