-
-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 2.96 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 2.96 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "ikiform",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"email:dev": "email dev",
"lint": "bunx ultracite lint",
"format": "bunx ultracite fix",
"check": "bunx ultracite check",
"polar:setup": "tsx scripts/create-polar-products.ts",
"test:e2e": "playwright test",
"test:e2e:headed": "playwright test --headed",
"test:e2e:ui": "playwright test --ui",
"test:e2e:report": "playwright show-report",
"agent:live-login": "bash scripts/agent-browser/live-login-demo.sh"
},
"dependencies": {
"@ai-sdk/cohere": "^3.0.21",
"@ai-sdk/groq": "^3.0.24",
"@base-ui/react": "^1.0.0",
"@hello-pangea/dnd": "^18.0.1",
"@next/third-parties": "^16.1.6",
"@polar-sh/nextjs": "^0.9.3",
"@polar-sh/sdk": "^0.43.1",
"@react-email/components": "1.0.8",
"@react-email/render": "^2.0.4",
"@supabase/ssr": "^0.8.0",
"@supabase/supabase-js": "^2.97.0",
"@ticketping/chat-widget": "^1.12.0",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.36.2",
"@vercel/analytics": "^1.6.1",
"ai": "^6.0.97",
"bad-words": "^4.0.0",
"botid": "^1.5.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"input-otp": "^1.4.2",
"lucide-react": "^0.575.0",
"marked": "^17.0.3",
"motion": "^12.34.3",
"next": "16.1.6",
"next-sitemap": "^4.2.3",
"qrcode": "^1.5.4",
"react": "19.2.4",
"react-aria-components": "^1.15.1",
"react-day-picker": "^9.13.2",
"react-dom": "19.2.4",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^4.6.5",
"react-signature-canvas": "1.1.0-alpha.2",
"react-syntax-highlighter": "^16.1.0",
"recharts": "^3.7.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"resend": "^6.9.2",
"sanitize-html": "^2.17.1",
"sonner": "^2.0.7",
"swr": "^2.4.0",
"tailwind-merge": "^3.5.0",
"uuid": "^13.0.0",
"vaul": "^1.1.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.4.4",
"@playwright/test": "^1.58.2",
"@react-email/preview-server": "5.2.8",
"@tailwindcss/postcss": "^4",
"@types/node": "^25",
"@types/qrcode": "^1.5.6",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/sanitize-html": "^2.16.0",
"dotenv": "^17.3.1",
"postcss": "^8.5.6",
"react-email": "5.2.8",
"shiki": "^3.22.0",
"supabase": "^2.76.12",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"ultracite": "7.2.3"
},
"trustedDependencies": [
"@tailwindcss/oxide",
"esbuild",
"sharp",
"supabase"
],
"overrides": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
}
}