Added: axios, react-router-dom

This commit is contained in:
Llewellyn D'souza
2022-01-06 11:29:57 +05:30
parent d7c4146228
commit 624f43e383
2 changed files with 77 additions and 0 deletions

View File

@@ -6,12 +6,14 @@
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.24.0",
"i18next": "^21.6.5",
"i18next-browser-languagedetector": "^6.1.2",
"i18next-http-backend": "^1.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.15.3",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"web-vitals": "^2.1.2"
},