-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
90 lines (90 loc) · 2.74 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.66",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-navigation-menu": "^1.2.3",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.6",
"@supabase/supabase-js": "^2.47.10",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.34.3",
"@vercel/edge": "^1.1.4",
"@vercel/functions": "^1.5.2",
"@vercel/postgres": "^0.8.0",
"ai": "^3.4.33",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"cryptr": "^6.3.0",
"dayjs": "^1.11.13",
"framer-motion": "^11.15.0",
"image-zoomer-react": "^1.0.7",
"just-random-names": "^1.0.4",
"lucide-react": "^0.372.0",
"next": "15.1.2",
"next-contentlayer": "^0.3.4",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.3.0",
"prisma": "^5.22.0",
"querystring": "^0.2.1",
"react": "19.0.0",
"react-confetti": "^6.1.0",
"react-dom": "19.0.0",
"react-icons": "^5.4.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.6.1",
"react-use-lanyard": "^0.3.2",
"remark-gfm": "^4.0.1",
"sonner": "^1.7.1",
"styled-components": "^6.1.13",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-motion": "0.3.0-beta",
"usehooks-ts": "^3.1.0",
"zod": "^3.24.1",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^22.10.2",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9.17.0",
"eslint-config-next": "15.0.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
},
"pnpm": {
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
}
}
}