-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.58 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.58 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
{
"name": "hackday",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --hostname 127.0.0.1",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@ai-sdk/amazon-bedrock": "^4.0.100",
"@ai-sdk/anthropic": "^3.0.74",
"@ai-sdk/gateway": "^3.0.109",
"@ai-sdk/google": "^3.0.67",
"@ai-sdk/openai": "^3.0.58",
"@ai-sdk/react": "^3.0.176",
"@base-ui/react": "^1.4.1",
"@browserbasehq/sdk": "^2.10.0",
"@supabase/ssr": "^0.10.2",
"@supabase/supabase-js": "^2.105.1",
"@upstash/workflow": "^1.2.0",
"@vercel/analytics": "^2.0.1",
"ai": "^6.0.174",
"animejs": "^4.4.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^1.14.0",
"next": "16.2.4",
"openai": "^6.35.0",
"playwright-core": "^1.59.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"recharts": "^3.8.1",
"resend": "^6.12.2",
"server-only": "^0.0.1",
"shadcn": "^4.6.0",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"zod": "^4.4.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitest/ui": "^4.1.5",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^2"
},
"ignoreScripts": [
"sharp",
"unrs-resolver"
],
"trustedDependencies": [
"sharp",
"unrs-resolver"
]
}