This commit is contained in:
2024-09-13 17:08:31 +02:00
parent 4272f14ebf
commit 6a65074c16
17 changed files with 797 additions and 26 deletions

View File

@@ -12,14 +12,19 @@
},
"dependencies": {
"@fontsource/inter": "^5.0.20",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.439.0",
"next": "14.2.7",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.5.2"
"react-hook-form": "^7.53.0",
"tailwind-merge": "^2.5.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@chromatic-com/storybook": "1.8.0",