add customer account api

This commit is contained in:
tedraykov
2024-06-14 01:07:20 +03:00
parent 8f82f6299e
commit 3694fef9a6
26 changed files with 4311 additions and 2338 deletions

View File

@@ -26,6 +26,7 @@
"@heroicons/react": "^2.1.3",
"@hookform/resolvers": "^3.6.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-slot": "^1.0.2",
"clsx": "^2.1.0",
"geist": "^1.3.0",
"lodash.get": "^4.4.2",
@@ -37,6 +38,7 @@
"react-hook-form": "^7.51.5",
"react-tooltip": "^5.26.3",
"tailwind-merge": "^2.2.2",
"tailwind-variants": "^0.2.1",
"zod": "^3.23.8"
},
"devDependencies": {