B2B-29: Create register-company form

This commit is contained in:
Danel Kungla
2025-06-03 17:33:46 +03:00
parent 657a36a298
commit 19c1bf756a
37 changed files with 2430 additions and 90 deletions

View File

@@ -25,14 +25,17 @@
"xml-js": "^1.6.11"
},
"devDependencies": {
"@hookform/resolvers": "^5.0.1",
"@types/node": "22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "19.0.2",
"react-hook-form": "^7.57.0",
"postcss": "8.4.49",
"supabase": "^2.23.4",
"tailwind-merge": "^2.5.2",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.7.2"
"typescript": "5.7.2",
"yup": "^1.6.1"
}
}