summaryrefslogtreecommitdiff
path: root/morsehero/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-03-05 09:34:55 +0100
committerYuval Adam <_@yuv.al>2025-03-05 09:34:55 +0100
commit45f78bd2cb9bbef15fae24d4925da095da8c1e05 (patch)
tree11c180de5a5983894dd2012ace3460a8cef0e025 /morsehero/package.json
parent0f187f792c264ba3d9e7de62b577fbfea0d86386 (diff)
Initial react migration
Diffstat (limited to 'morsehero/package.json')
-rw-r--r--morsehero/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/morsehero/package.json b/morsehero/package.json
index 9d0d20c..9e69011 100644
--- a/morsehero/package.json
+++ b/morsehero/package.json
@@ -11,7 +11,8 @@
},
"dependencies": {
"react": "^19.0.0",
- "react-dom": "^19.0.0"
+ "react-dom": "^19.0.0",
+ "react-router": "^7.2.0"
},
"devDependencies": {
"@eslint/js": "^9.21.0",