diff --git a/package.json b/package.json index 8e1e76b..5f02a8a 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "chartjs": "^0.3.24", "cors": "^2.8.5", "faker": "^6.6.6", + "formik": "^2.2.9", "react": "^18.0.0", "react-chartjs-2": "^4.1.0", "react-countup": "^6.2.0", @@ -25,7 +26,8 @@ "react-toastify": "^9.0.1", "redux": "^4.2.0", "slick-carousel": "^1.8.1", - "web-vitals": "^1.0.1" + "web-vitals": "^1.0.1", + "yup": "^1.1.1" }, "scripts": { "start": "react-scripts start",