feat: add forms logic

This commit is contained in:
2025-06-09 14:11:36 +03:00
parent 9b6e163da5
commit a17afb39ba
18 changed files with 481 additions and 84 deletions

View File

@@ -11,11 +11,14 @@
"prepare": "husky"
},
"dependencies": {
"@hookform/resolvers": "^5.1.1",
"next": "15.3.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.57.0",
"react-hot-toast": "^2.5.2",
"swiper": "^11.2.8"
"swiper": "^11.2.8",
"zod": "^3.25.56"
},
"devDependencies": {
"@eslint/eslintrc": "^3",