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