updated Service providers

This commit is contained in:
2025-04-05 22:54:05 +03:00
parent fa4df11323
commit 60507c87e0
21 changed files with 1134 additions and 183 deletions

View File

@@ -9,16 +9,22 @@
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"flatpickr": "^4.6.13",
"next": "15.2.4",
"next-crypto": "^1.0.8",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "15.2.4"
"react-hook-form": "^7.55.0",
"sonner": "^2.0.3",
"zod": "^3.24.2"
},
"devDependencies": {
"typescript": "^5",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4"
"tailwindcss": "^4",
"typescript": "^5"
}
}