aboutsummaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-05-01 13:08:40 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-05-01 13:08:40 +0300
commit8aebbb3de3982f0026a9afa9e94f16f6c3710eea (patch)
tree196a368c011f850c93c3cb9827d204eb86fbc368 /frontend/package.json
parentsearch endpoint init, fetch all data (#40) (diff)
parentMerge pull request #39 from Nidboj132/main (diff)
downloadlphub-8aebbb3de3982f0026a9afa9e94f16f6c3710eea.tar.gz
lphub-8aebbb3de3982f0026a9afa9e94f16f6c3710eea.tar.bz2
lphub-8aebbb3de3982f0026a9afa9e94f16f6c3710eea.zip
Merge branch 'main' of https://github.com/pektezol/LeastPortals
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 149bb8e..123a434 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -34,5 +34,8 @@
34 "last 1 firefox version", 34 "last 1 firefox version",
35 "last 1 safari version" 35 "last 1 safari version"
36 ] 36 ]
37 },
38 "devDependencies": {
39 "react-router-dom": "^6.10.0"
37 } 40 }
38} 41}