diff options
| author | real-zephex <[email protected]> | 2024-03-17 06:47:32 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-17 06:47:32 +0530 |
| commit | bb50d08f5e0476fc302ca45aa2e377471d10b118 (patch) | |
| tree | eeb9de9580c6812166bf754fd9abaef3f1695763 /package.json | |
| parent | minor fixes: tried to make the video player responsive but failed (diff) | |
| download | dramalama-bb50d08f5e0476fc302ca45aa2e377471d10b118.tar.xz dramalama-bb50d08f5e0476fc302ca45aa2e377471d10b118.zip | |
minor fixes and feature improvements: added an indicator which shows when the animes are being loaded and also indicates when no anime with given title is found
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 32c9f29..fa51c11 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,8 @@ "lint": "next lint" }, "dependencies": { + "@vidstack/react": "^1.10.9", + "hls.js": "^1.5.7", "next": "14.1.3", "react": "^18", "react-dom": "^18", |