diff options
author | Blaster4385 <venkateshchaturvedi12@gmail.com> | 2022-08-17 09:34:48 +0530 |
---|---|---|
committer | Blaster4385 <venkateshchaturvedi12@gmail.com> | 2022-08-17 16:40:35 +0530 |
commit | 367eec8f9e45ac866ae532c75abb7f9c6e1fe4dd (patch) | |
tree | d36030950fce0ffaffac3ddb3482e5ee601b4b54 | |
parent | 045bcc1af6579e1a6023f199fbb6e9ca725bd497 (diff) |
Nuke unneeded packages
-rw-r--r-- | client/package.json | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/client/package.json b/client/package.json index 3a75fec..61c54c5 100644 --- a/client/package.json +++ b/client/package.json @@ -7,27 +7,20 @@ "@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", "react-select": "^5.4.0", "react-toastify": "^9.0.8", - "react-webcam": "^7.0.1", - "web-vitals": "^2.1.4" + "react-webcam": "^7.0.1" }, "scripts": { "start": "react-scripts start", |