diff options
author | Blaster4385 <venkateshchaturvedi12@gmail.com> | 2022-08-12 08:44:33 +0530 |
---|---|---|
committer | Blaster4385 <venkateshchaturvedi12@gmail.com> | 2022-08-12 08:44:33 +0530 |
commit | 30a7a079b16e1d17e8cc920d2fb3338f79767432 (patch) | |
tree | c519f0f546c5161cb1668ba74fe2370ffed9d40a /client/package.json | |
parent | 53795fe3153f514e0eda6a01f6e55eeb50c94d46 (diff) |
Add form validators and country api
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json index 18d0b4b..3676754 100644 --- a/client/package.json +++ b/client/package.json @@ -9,10 +9,14 @@ "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", + "country-state-city": "^3.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", + "react-form-with-constraints": "^0.19.1", + "react-hook-form": "^7.34.0", "react-router-dom": "^6.3.0", "react-scripts": "5.0.1", + "react-select": "^5.4.0", "react-webcam": "^7.0.1", "web-vitals": "^2.1.4" }, |