feat: add vehicle details to cart attributes

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe
2024-06-09 21:25:56 +07:00
parent a3d416a19b
commit 682f2ecc63
8 changed files with 249 additions and 31 deletions

View File

@@ -24,6 +24,7 @@
"dependencies": {
"@headlessui/react": "^2.0.1",
"@heroicons/react": "^2.1.3",
"@hookform/resolvers": "^3.6.0",
"@radix-ui/react-checkbox": "^1.0.4",
"clsx": "^2.1.0",
"geist": "^1.3.0",
@@ -33,8 +34,10 @@
"next": "14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.5",
"react-tooltip": "^5.26.3",
"tailwind-merge": "^2.2.2"
"tailwind-merge": "^2.2.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",