From b517722a1d370cbd7457cf98866b806832d61680 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 13 Jan 2023 17:03:51 +0700 Subject: Formik and yup implement --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 52f6f161..b560c22b 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "@heroicons/react": "^2.0.13", "axios": "^1.1.3", "cookies-next": "^2.1.1", + "formik": "^2.2.9", "framer-motion": "^7.6.7", "lodash": "^4.17.21", "next": "13.0.0", @@ -23,7 +24,8 @@ "react-infinite-scroll-component": "^6.1.0", "react-lazy-load-image-component": "^1.5.5", "react-select": "^5.7.0", - "swiper": "^8.4.4" + "swiper": "^8.4.4", + "yup": "^0.32.11" }, "devDependencies": { "@svgr/webpack": "^6.5.0", -- cgit v1.2.3