aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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"
}