feat: rewrite player parsing to js and add it them to repo

This commit is contained in:
Kentai Radiquum 2025-05-29 22:36:44 +05:00
parent 743f756920
commit 990b3c1736
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
9 changed files with 1275 additions and 34 deletions

View file

@ -12,6 +12,7 @@
"dependencies": {
"apexcharts": "^3.52.0",
"deepmerge-ts": "^7.1.0",
"express": "^5.1.0",
"flowbite": "^2.4.1",
"flowbite-react": "^0.11.7",
"hls-video-element": "^1.5.0",
@ -25,6 +26,7 @@
"react-toastify": "^11.0.5",
"swiper": "^11.1.4",
"swr": "^2.2.5",
"tsx": "^4.19.4",
"videojs-video-element": "^1.4.1",
"zustand": "^4.5.4"
},