aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-15 21:23:45 +0530
committerreal-zephex <[email protected]>2024-03-15 21:23:45 +0530
commitaabc2fa63b70079a62cb6ffb47c1542e6c73286d (patch)
treefe17c37c518ce0e6688f6b9dae3ba1468d49bcda /package.json
parentminor fix: changed the website title (diff)
downloaddramalama-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.json5
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"
}