-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
116 lines (116 loc) · 3.44 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"predev": "bun prepare-font.js",
"dev": "SENTRY_SUPPRESS_TURBOPACK_WARNING=1 next dev --turbopack",
"dev-debug": "LOGLEVEL=debug bun run dev",
"prebuild": "node prepare-font.js",
"build": "next build",
"start": "next start",
"check": "bunx @biomejs/biome check --write .",
"lint": "next lint"
},
"packageManager": "[email protected]",
"dependencies": {
"@ai-sdk/anthropic": "1.0.5",
"@ai-sdk/google": "1.0.10",
"@ai-sdk/openai": "1.0.8",
"@icons-pack/react-simple-icons": "10.0.0",
"@lucide/lab": "0.1.2",
"@mendable/firecrawl-js": "1.6.1",
"@next/env": "15.1.4",
"@next/third-parties": "15.1.4",
"@octokit/auth-app": "7.1.1",
"@octokit/core": "6.1.2",
"@octokit/request-error": "6.1.5",
"@octokit/webhooks": "13.3.0",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/exporter-logs-otlp-http": "0.54.2",
"@opentelemetry/exporter-metrics-otlp-http": "0.52.1",
"@opentelemetry/resources": "1.30.0",
"@opentelemetry/sdk-metrics": "1.24.1",
"@opentelemetry/sdk-node": "0.51.1",
"@opentelemetry/semantic-conventions": "1.28.0",
"@paralleldrive/cuid2": "2.2.2",
"@radix-ui/react-accordion": "1.2.2",
"@radix-ui/react-alert-dialog": "1.1.2",
"@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-popover": "1.1.4",
"@radix-ui/react-radio-group": "1.2.2",
"@radix-ui/react-select": "2.1.4",
"@radix-ui/react-slider": "1.2.1",
"@radix-ui/react-slot": "1.1.1",
"@radix-ui/react-tabs": "1.1.2",
"@radix-ui/react-toast": "1.2.2",
"@radix-ui/react-toggle-group": "1.1.0",
"@radix-ui/react-tooltip": "1.1.4",
"@sentry/nextjs": "8.34.0",
"@sentry/wizard": "3.38.0",
"@supabase/ssr": "0.4.0",
"@supabase/supabase-js": "2.45.0",
"@valibot/to-json-schema": "1.0.0-beta.3",
"@vercel/blob": "0.23.4",
"@vercel/flags": "2.6.3",
"@vercel/functions": "1.5.0",
"@vercel/otel": "1.10.0",
"@vercel/postgres": "0.9.0",
"@vercel/speed-insights": "1.0.12",
"@xyflow/react": "12.0.3",
"ai": "4.0.16",
"boring-avatars": "1.11.1",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.0.4",
"cva": "1.0.0-beta.1",
"drizzle-orm": "0.32.1",
"framer-motion": "12.0.0-alpha.0",
"google-auth-library": "9.15.0",
"googleapis": "144.0.0",
"handlebars": "4.7.8",
"import-in-the-middle": "1.11.0",
"input-otp": "1.4.2",
"langfuse": "3.26.0",
"lucide-react": "0.417.0",
"next": "15.1.4",
"next-auth": "5.0.0-beta.25",
"next-themes": "0.3.0",
"openai": "4.64.0",
"pino": "9.5.0",
"posthog-js": "1.194.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"remark": "15.0.1",
"remark-html": "16.0.1",
"stripe": "17.4.0",
"swr": "2.2.5",
"tailwind-merge": "2.6.0",
"tailwindcss-animate": "1.0.7",
"tiny-invariant": "1.3.3",
"ts-pattern": "5.2.0",
"unstructured-client": "0.18.1",
"valibot": "0.37.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@octokit/openapi-types": "22.2.0",
"@octokit/webhooks-types": "7.6.1",
"@radix-ui/react-hover-card": "1.1.2",
"@tailwindcss/typography": "0.5.15",
"@types/bun": "1.1.13",
"@types/node": "22.10.5",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"drizzle-kit": "0.23.0",
"pino-pretty": "13.0.0",
"postcss": "8.4.49",
"tailwindcss": "3.4.17",
"turbo": "2.0.9",
"typescript": "5.6.2"
},
"trustedDependencies": ["@sentry/cli"]
}