|
47 | 47 | "lint": "eslint . --max-warnings=100" |
48 | 48 | }, |
49 | 49 | "dependencies": { |
| 50 | + "@base-ui/react": "^1.3.0", |
50 | 51 | "@earthyscience/netcdf4-wasm": "0.2.3", |
51 | 52 | "@ffmpeg/ffmpeg": "^0.12.15", |
52 | 53 | "@ffmpeg/util": "^0.12.2", |
| 54 | + "@hookform/resolvers": "^5.2.2", |
53 | 55 | "@monaco-editor/react": "^4.7.0", |
54 | | - "@radix-ui/react-accordion": "^1.2.12", |
55 | | - "@radix-ui/react-collapsible": "^1.1.12", |
56 | | - "@radix-ui/react-dialog": "^1.1.15", |
57 | | - "@radix-ui/react-scroll-area": "^1.2.9", |
58 | | - "@radix-ui/react-separator": "^1.1.7", |
59 | | - "@radix-ui/react-slider": "^1.3.6", |
60 | | - "@radix-ui/react-slot": "^1.2.3", |
61 | | - "@radix-ui/react-switch": "^1.2.6", |
62 | | - "@radix-ui/react-tooltip": "^1.2.8", |
63 | 56 | "@react-spring/three": "^10.0.0", |
64 | 57 | "@react-three/drei": "^10.7.7", |
65 | 58 | "@react-three/fiber": "^9.5.0", |
|
69 | 62 | "class-variance-authority": "^0.7.1", |
70 | 63 | "clsx": "^2.1.1", |
71 | 64 | "cmdk": "^1.1.1", |
| 65 | + "date-fns": "^4.1.0", |
| 66 | + "embla-carousel-react": "^8.6.0", |
72 | 67 | "fflate": "^0.8.2", |
73 | 68 | "gsap": "^3.13.0", |
| 69 | + "input-otp": "^1.4.2", |
74 | 70 | "js-colormaps-es": "^0.0.5", |
75 | 71 | "lucide-react": "^0.562.0", |
76 | 72 | "next": "16.1.6", |
77 | 73 | "next-themes": "^0.4.6", |
78 | | - "radix-ui": "latest", |
| 74 | + "radix-ui": "1.4.3", |
79 | 75 | "react": "^19.0.0", |
| 76 | + "react-day-picker": "^9.14.0", |
80 | 77 | "react-dom": "^19.0.0", |
| 78 | + "react-hook-form": "^7.71.2", |
81 | 79 | "react-icons": "^5.5.0", |
| 80 | + "react-resizable-panels": "^4.7.3", |
| 81 | + "recharts": "2.15.4", |
82 | 82 | "sonner": "^2.0.7", |
83 | 83 | "tailwind-merge": "^3.3.0", |
84 | 84 | "three": "^0.182.0", |
85 | 85 | "three-stdlib": "^2.36.0", |
86 | 86 | "vaul": "^1.1.2", |
87 | 87 | "webgpu-utils": "^1.11.0", |
88 | 88 | "zarrita": "^0.5.4", |
| 89 | + "zod": "^4.3.6", |
89 | 90 | "zustand": "^5.0.8" |
90 | 91 | }, |
91 | 92 | "devDependencies": { |
|
0 commit comments