42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "client-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.0.1",
|
|
"@radix-ui/react-checkbox": "^1.1.5",
|
|
"@radix-ui/react-label": "^2.1.3",
|
|
"@radix-ui/react-popover": "^1.1.7",
|
|
"@radix-ui/react-slot": "^1.2.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"flatpickr": "^4.6.13",
|
|
"lucide-react": "^0.487.0",
|
|
"next": "15.2.4",
|
|
"next-crypto": "^1.0.8",
|
|
"react": "^19.0.0",
|
|
"react-day-picker": "^8.10.1",
|
|
"react-dom": "^19.0.0",
|
|
"react-hook-form": "^7.55.0",
|
|
"sonner": "^2.0.3",
|
|
"tailwind-merge": "^3.2.0",
|
|
"tw-animate-css": "^1.2.5",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|