ADD custom play controls

This commit is contained in:
2025-05-23 10:53:52 +02:00
parent c39aa99a4a
commit 84ad154bd4
4 changed files with 97 additions and 2 deletions

10
package-lock.json generated
View File

@@ -27,6 +27,7 @@
"construct-style-sheets-polyfill": "3.1.0",
"date-fns": "2.29.3",
"lit": "3.3.0",
"lucide-react": "^0.511.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-player": "^2.16.0",
@@ -7764,6 +7765,15 @@
"yallist": "^3.0.2"
}
},
"node_modules/lucide-react": {
"version": "0.511.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.511.0.tgz",
"integrity": "sha512-VK5a2ydJ7xm8GvBeKLS9mu1pVK6ucef9780JVUjw6bAjJL/QXnd4Y0p7SPeOUMC27YhzNCZvm5d/QX0Tp3rc0w==",
"license": "ISC",
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/magic-string": {
"version": "0.30.17",
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",