Experimental video player

This commit is contained in:
Aleksi Lassila
2023-06-19 20:44:36 +03:00
parent 3429d2c5ee
commit b39bf97b8a
21 changed files with 21264 additions and 146 deletions

6
package-lock.json generated
View File

@@ -11,6 +11,7 @@
"@apollo/client": "^3.7.15",
"axios": "^1.4.0",
"graphql": "^16.6.0",
"hls.js": "^1.4.6",
"openapi-fetch": "^0.2.1",
"radix-icons-svelte": "^1.2.1",
"svelte-apollo": "^0.5.0"
@@ -5275,6 +5276,11 @@
"tslib": "^2.0.3"
}
},
"node_modules/hls.js": {
"version": "1.4.6",
"resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.4.6.tgz",
"integrity": "sha512-lGv9QfjfjfuGQfLa/28vDFlYWb9Myq5QuvM9qWp5DyElp8jTGMNodTdeAjOLzaA/fN4XHeG+HhTkRGzntwuDZw=="
},
"node_modules/hoist-non-react-statics": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",