diff --git a/web/package.json b/web/package.json index c1db192..ccb66d6 100644 --- a/web/package.json +++ b/web/package.json @@ -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" } -} \ No newline at end of file +} +