-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.61 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.61 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
{
"name": "crate-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.40.1",
"@auth0/ai": "^6.0.0",
"@auth0/ai-vercel": "^5.1.0",
"@clerk/nextjs": "^7.0.4",
"@onkernel/sdk": "^0.43.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.200.0",
"@openuidev/react-headless": "^0.7.9",
"@openuidev/react-lang": "^0.1.3",
"@openuidev/react-ui": "^0.9.18",
"@posthog/ai": "^7.12.2",
"@posthog/cli": "^0.7.5",
"@tailwindcss/typography": "^0.5.19",
"@vercel/analytics": "^2.0.1",
"@vercel/og": "^0.11.1",
"convex": "^1.32.0",
"crate-cli": "^0.5.2",
"googleapis": "^171.4.0",
"lucide-react": "^0.577.0",
"marked": "^17.0.4",
"nanoid": "^5.1.7",
"next": "16.1.6",
"openai": "^6.27.0",
"posthog-js": "^1.363.1",
"posthog-node": "^5.28.5",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-force-graph-2d": "^1.29.1",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^4.7.2",
"remark-gfm": "^4.0.1",
"stripe": "^20.4.1",
"svix": "^1.87.0",
"zod": "^4.3.6",
"zod-to-json-schema": "^3.25.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/dom-speech-recognition": "^0.0.8",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^4.1.3"
}
}