From bb50d08f5e0476fc302ca45aa2e377471d10b118 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Sun, 17 Mar 2024 06:47:32 +0530 Subject: 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 --- package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package.json') 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", -- cgit v1.2.3