summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
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",