-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.38 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.38 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
{
"name": "imessage-test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint",
"deploy-cf": "wrangler deploy",
"postinstall": "prisma generate"
},
"dependencies": {
"@ai-sdk/anthropic": "3.0.0-beta.57",
"@ai-sdk/openai": "3.0.0-beta.66",
"@ai-sdk/perplexity": "^2.0.21",
"@auth/prisma-adapter": "^2.11.1",
"@neondatabase/serverless": "^1.0.2",
"@octokit/rest": "^22.0.1",
"@opentelemetry/exporter-logs-otlp-http": "^0.208.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.208.0",
"@pipedream/sdk": "^2.3.0",
"@prisma/adapter-neon": "^7.0.1",
"@prisma/adapter-pg": "^7.0.0",
"@prisma/client": "^6.19.0",
"@prisma/engines": "^6.19.0",
"@privy-io/node": "^0.6.2",
"@privy-io/react-auth": "^3.8.1",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@tanstack/react-query": "^5.90.10",
"@trigger.dev/sdk": "4.2.0",
"@vercel/blob": "^2.0.0",
"@vercel/functions": "^3.3.3",
"@xenova/transformers": "^2.17.2",
"ai": "6.0.0-beta.114",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cron-parser": "^5.4.0",
"discord.js": "^14.25.0",
"dotenv": "^17.2.3",
"embla-carousel-react": "^8.6.0",
"googleapis": "^166.0.0",
"lucide-react": "^0.555.0",
"next": "16.0.7",
"next-auth": "5.0.0-beta.30",
"pg": "^8.16.3",
"prisma": "^6.19.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-syntax-highlighter": "^16.1.0",
"sendblue": "^2.0.1",
"tailwind-merge": "^3.4.0",
"telegraf": "^4.16.3",
"viem": "^2.41.2",
"winston": "^3.18.3",
"zod": "^4.1.12"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@trigger.dev/build": "4.2.0",
"@types/node": "^20",
"@types/pg": "^8.15.6",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"baseline-browser-mapping": "^2.8.32",
"eslint": "^9",
"eslint-config-next": "16.0.3",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}