-
Notifications
You must be signed in to change notification settings - Fork 220
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 859 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@repo/shadcn-ui",
"version": "0.0.0",
"private": true,
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-icons": "^1.3.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"lucide-react": "^0.552.0",
"next-themes": "^0.4.6",
"radix-ui": "latest",
"react": "19.2.1",
"react-day-picker": "9.11.1",
"react-dom": "19.2.1",
"react-hook-form": "^7.68.0",
"react-resizable-panels": "^3.0.6",
"recharts": "^2.15.4",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"vaul": "^1.1.2",
"zod": "^4.1.12"
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/react": "19.2.7",
"@types/react-dom": "^19.2.3"
}
}