-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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
{
"name": "zentrale",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:gen": "bunx x @gel/generate queries --file queries && bunx x @gel/generate edgeql-js && bunx x @gel/generate interfaces"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.1.14",
"@ai-sdk/openai": "^1.2.1",
"@ai-sdk/react": "^1.1.21",
"@anthropic-ai/sdk": "^0.39.0",
"@tanstack/react-query": "^5.67.2",
"@types/uuid": "^10.0.0",
"ai": "^4.1.54",
"cohere-ai": "^7.16.0",
"date-fns": "^4.1.0",
"edgedb": "^2.0.1",
"jotai": "^2.12.1",
"lucide-react": "^0.477.0",
"next": "15.2.0",
"p-queue": "^8.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.0.1",
"react-textarea-autosize": "^8.5.7",
"sharp": "^0.33.5",
"uuid": "^11.1.0",
"voyageai": "^0.0.4",
"yet-another-react-lightbox": "^3.21.7",
"zod": "^3.24.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
}
}