-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.94 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
{
"name": "wisp",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.1.10",
"@ai-sdk/google": "^1.1.10",
"@ai-sdk/groq": "^1.1.7",
"@ai-sdk/openai": "^1.1.9",
"@inngest/agent-kit": "^0.2.2",
"@octokit/rest": "^21.1.0",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@sparticuz/chromium": "^132.0.0",
"@supabase/supabase-js": "^2.48.1",
"@types/diff": "^7.0.1",
"@types/micromatch": "^4.0.9",
"@vercel/sdk": "^1.3.1",
"ai": "^4.1.46",
"class-variance-authority": "^0.7.1",
"cloudflare": "^3.5.0",
"clsx": "^2.1.1",
"diff": "^7.0.0",
"diff-match-patch": "^1.0.5",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.38.4",
"hono": "^4.7.0",
"inngest": "^3.31.6",
"lucide-react": "^0.473.0",
"micromatch": "^4.0.8",
"motion": "^11.18.2",
"next": "^15.1.6",
"next-themes": "^0.4.4",
"octokit": "^4.1.1",
"openai": "^4.83.0",
"parse-diff": "^0.11.1",
"playwright-core": "^1.50.1",
"postgres": "^3.4.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"zod-form-data": "^2.0.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@content-collections/core": "^0.8.0",
"@content-collections/mdx": "^0.2.0",
"@content-collections/next": "^0.2.4",
"@playwright/test": "^1.50.1",
"@tailwindcss/typography": "^0.5.16",
"@types/bun": "latest",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.30.4",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"module": "index.ts",
"type": "module"
}