feat: home screen adjustments
Showing
... | ... | @@ -34,6 +34,7 @@ |
"react-day-picker": "^8.10.1", | ||
"react-dom": "^18", | ||
"react-hook-form": "^7.52.2", | ||
"react-input-mask": "^2.0.4", | ||
"tailwind-merge": "^2.3.0", | ||
"tailwindcss-animate": "^1.0.7", | ||
"zod": "^3.23.8" | ||
... | ... | @@ -43,6 +44,7 @@ |
"@types/node": "^20", | ||
"@types/react": "^18", | ||
"@types/react-dom": "^18", | ||
"@types/react-input-mask": "^3.0.5", | ||
"eslint": "^8.57.0", | ||
"eslint-config-next": "14.2.3", | ||
"postcss": "^8", | ||
... | ... |
Please register or sign in to comment