diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-05-01 13:08:40 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-05-01 13:08:40 +0300 |
| commit | 8aebbb3de3982f0026a9afa9e94f16f6c3710eea (patch) | |
| tree | 196a368c011f850c93c3cb9827d204eb86fbc368 /frontend/package.json | |
| parent | search endpoint init, fetch all data (#40) (diff) | |
| parent | Merge pull request #39 from Nidboj132/main (diff) | |
| download | lphub-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.json | 3 |
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 | } |