Update package.json

This commit is contained in:
MacRimi 2025-02-14 10:39:22 +01:00 committed by GitHub
parent 015eb0a284
commit e56b5a8470
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,8 @@
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint" "lint": "next lint",
"export": "next export"
}, },
"dependencies": { "dependencies": {
"@hookform/resolvers": "^3.9.1", "@hookform/resolvers": "^3.9.1",
@ -41,15 +42,15 @@
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cmdk": "1.0.4", "cmdk": "1.0.4",
"date-fns": "4.1.0", "date-fns": "^2.30.0",
"embla-carousel-react": "8.5.1", "embla-carousel-react": "8.5.1",
"input-otp": "1.4.1", "input-otp": "1.4.1",
"lucide-react": "^0.454.0", "lucide-react": "^0.454.0",
"next": "14.2.16", "next": "14.2.16",
"next-themes": "^0.4.4", "next-themes": "^0.4.4",
"react": "^18", "react": "^18",
"react-day-picker": "8.10.1",
"react-dom": "^18", "react-dom": "^18",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.54.1", "react-hook-form": "^7.54.1",
"react-resizable-panels": "^2.1.7", "react-resizable-panels": "^2.1.7",
"recharts": "2.15.0", "recharts": "2.15.0",
@ -58,7 +59,6 @@
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.6", "vaul": "^0.9.6",
"zod": "^3.24.1", "zod": "^3.24.1",
"@types/react": "latest",
"fs": "latest", "fs": "latest",
"path": "latest", "path": "latest",
"remark": "latest", "remark": "latest",
@ -73,3 +73,4 @@
"typescript": "^5" "typescript": "^5"
} }
} }