diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-01-13 17:03:51 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-01-13 17:03:51 +0700 |
| commit | b517722a1d370cbd7457cf98866b806832d61680 (patch) | |
| tree | 907fedb193ece168f84cdc046c3fb9490406fe4c /package.json | |
| parent | 99c4d78b198d6baaded5b96a604525feb1b099ba (diff) | |
Formik and yup implement
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
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", |
