-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.2 KB
/
package.json
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
34
35
36
37
38
39
{
"name": "greetingCardGenerator",
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@supabase/supabase-js": "^2.42.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"fast-average-color-node": "^3.0.0",
"html-to-image": "^1.11.11",
"lucide-react": "^0.372.0",
"react": "^18.2.0",
"react-confetti-explosion": "^2.1.2",
"react-hook-form": "^7.45.4",
"react-tilt": "^1.0.2",
"replicate": "^0.29.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"wasp": "file:.wasp/out/sdk/wasp",
"zod": "^3.22.5"
},
"devDependencies": {
"@types/react": "^18.0.37",
"prisma": "4.16.2",
"typescript": "^5.1.0",
"vite": "^4.3.9"
}
}