diff options
| author | real-zephex <[email protected]> | 2024-03-16 15:32:44 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-16 15:32:44 +0530 |
| commit | 5fc30a26612f11c4a4ec5de1a98562712802f5df (patch) | |
| tree | a78b63473160e8a424cf7ae2a538adc64e98477a /package.json | |
| parent | minor fixes for vercel (diff) | |
| download | dramalama-5fc30a26612f11c4a4ec5de1a98562712802f5df.tar.xz dramalama-5fc30a26612f11c4a4ec5de1a98562712802f5df.zip | |
feature added: search anime by title
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index ad82686..32c9f29 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "next": "14.1.3", "react": "^18", "react-dom": "^18", + "react-icons": "^5.0.1", "react-player": "^2.15.1", "react-router-dom": "^6.22.3" }, |