diff options
| author | real-zephex <[email protected]> | 2024-03-15 21:23:45 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-15 21:23:45 +0530 |
| commit | aabc2fa63b70079a62cb6ffb47c1542e6c73286d (patch) | |
| tree | fe17c37c518ce0e6688f6b9dae3ba1468d49bcda /package.json | |
| parent | minor fix: changed the website title (diff) | |
| download | dramalama-aabc2fa63b70079a62cb6ffb47c1542e6c73286d.tar.xz dramalama-aabc2fa63b70079a62cb6ffb47c1542e6c73286d.zip | |
features: added anime and pretty much completed it. only search functionality is left to add
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index bdbe4e2..ad82686 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,12 @@ "next": "14.1.3", "react": "^18", "react-dom": "^18", - "react-player": "^2.15.1" + "react-player": "^2.15.1", + "react-router-dom": "^6.22.3" }, "devDependencies": { + "@types/node": "20.11.28", + "@types/react": "18.2.66", "eslint": "^8", "eslint-config-next": "14.1.3" } |