diff options
author | rohan09-raj <rajrohan1914@gmail.com> | 2022-08-16 12:15:55 +0530 |
---|---|---|
committer | rohan09-raj <rajrohan1914@gmail.com> | 2022-08-16 12:15:55 +0530 |
commit | 1c9a3d21cc3479d299181d98fb895614e0aaf649 (patch) | |
tree | d871c9821cab708ed7f12169db6d59a8128c76ce /client/package.json | |
parent | 5be7add30a629474c9269355b875ab310a82ba4c (diff) |
random bullshit
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json index 87acc43..9769511 100644 --- a/client/package.json +++ b/client/package.json @@ -5,16 +5,22 @@ "dependencies": { "@emotion/react": "^11.9.3", "@emotion/styled": "^11.9.3", + "@mui/icons-material": "^5.8.4", "@mui/material": "^5.9.1", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", "axios": "^0.27.2", "country-state-city": "^3.0.1", + "i18next": "^21.9.0", + "i18next-browser-languagedetector": "^6.1.5", + "i18next-http-backend": "^1.4.1", + "i18next-xhr-backend": "^3.2.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-form-with-constraints": "^0.19.1", "react-hook-form": "^7.34.0", + "react-i18next": "^11.18.4", "react-query": "^3.39.2", "react-router-dom": "^6.3.0", "react-scripts": "5.0.1", |