|
47 | 47 | "@radix-ui/react-select": "^2.2.6", |
48 | 48 | "@radix-ui/react-separator": "^1.1.8", |
49 | 49 | "@radix-ui/react-slider": "^1.3.6", |
| 50 | + "@radix-ui/react-slot": "^1.2.3", |
50 | 51 | "@radix-ui/react-switch": "^1.2.6", |
51 | 52 | "@radix-ui/react-tabs": "^1.1.13", |
52 | 53 | "@radix-ui/react-toggle": "^1.1.10", |
53 | 54 | "@radix-ui/react-toggle-group": "^1.1.11", |
54 | 55 | "@radix-ui/react-tooltip": "^1.2.8", |
55 | 56 | "@trpc/client": "^11.7.2", |
56 | 57 | "@trpc/server": "^11.7.2", |
| 58 | + "class-variance-authority": "^0.7.1", |
| 59 | + "clsx": "^2.1.1", |
57 | 60 | "cmdk": "^1.1.1", |
58 | 61 | "embla-carousel-react": "^8.6.0", |
| 62 | + "lucide-react": "^0.546.0", |
59 | 63 | "next-themes": "^0.4.6", |
| 64 | + "react": "^19.1.1", |
60 | 65 | "react-day-picker": "^9.11.2", |
| 66 | + "react-dom": "^19.1.1", |
61 | 67 | "react-hook-form": "^7.66.1", |
62 | 68 | "react-resizable-panels": "^3.0.6", |
63 | 69 | "recharts": "^3.5.0", |
64 | 70 | "sonner": "^2.0.7", |
65 | 71 | "superjson": "^2.2.5", |
| 72 | + "tailwind-merge": "^3.3.1", |
| 73 | + "tailwindcss-animate": "^1.0.7", |
66 | 74 | "zod": "^4.1.13" |
67 | 75 | }, |
68 | 76 | "devDependencies": { |
69 | 77 | "@eslint/compat": "^2.0.0", |
70 | 78 | "@eslint/js": "^9.39.1", |
71 | 79 | "@playwright/test": "^1.57.0", |
72 | | - "@radix-ui/react-slot": "^1.2.3", |
73 | 80 | "@tailwindcss/postcss": "^4.1.17", |
74 | 81 | "@tailwindcss/vite": "^4.1.17", |
75 | 82 | "@types/express": "^5.0.5", |
|
80 | 87 | "@typescript-eslint/parser": "^8.48.0", |
81 | 88 | "@vitejs/plugin-react": "^5.0.4", |
82 | 89 | "autoprefixer": "^10.4.21", |
83 | | - "class-variance-authority": "^0.7.1", |
84 | | - "clsx": "^2.1.1", |
85 | 90 | "eslint": "^9.39.1", |
86 | 91 | "eslint-config-prettier": "^10.1.8", |
87 | 92 | "eslint-plugin-react": "^7.37.5", |
88 | 93 | "eslint-plugin-react-hooks": "^7.0.1", |
89 | 94 | "eslint-plugin-react-refresh": "^0.4.24", |
90 | | - "lucide-react": "^0.546.0", |
91 | 95 | "prettier": "^3.6.2", |
92 | | - "react": "^19.1.1", |
93 | | - "react-dom": "^19.1.1", |
94 | 96 | "sharp": "^0.34.5", |
95 | | - "tailwind-merge": "^3.3.1", |
96 | 97 | "tailwindcss": "^4.0.14", |
97 | | - "tailwindcss-animate": "^1.0.7", |
98 | 98 | "tsx": "^4.20.6", |
99 | 99 | "typescript": "~5.9.3", |
100 | 100 | "typescript-eslint": "^8.48.0", |
|
0 commit comments