-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.27 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
{
"name": "wanderer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.28",
"@auth/prisma-adapter": "^2.1.0",
"@deepgram/sdk": "^3.2.0-alpha.1",
"@monaco-editor/react": "^4.6.0",
"@prisma/client": "^5.14.0",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@ricky0123/vad-react": "^0.0.24",
"@tanstack/react-table": "^8.17.3",
"@types/node": "20.11.24",
"@types/react": "18.2.63",
"@types/react-dom": "18.2.19",
"@types/react-syntax-highlighter": "^15.5.13",
"@uidotdev/usehooks": "^2.4.1",
"ai": "^3.1.35",
"autoprefixer": "10.4.18",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.2",
"eventsource-parser": "^1.1.2",
"lucide-react": "^0.344.0",
"moment": "^2.30.1",
"monaco-editor": "^0.49.0",
"mongodb": "^6.6.2",
"nanoid": "^5.0.7",
"next": "14.1.2",
"next-themes": "^0.3.0",
"openai-edge": "^1.2.2",
"postcss": "8.4.35",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-draggable": "^4.4.6",
"react-loader-spinner": "^6.1.6",
"react-markdown": "^9.0.1",
"react-nowplaying": "^1.5.1",
"react-query": "^3.39.3",
"react-resizable-panels": "^2.0.18",
"react-syntax-highlighter": "^15.5.0",
"recharts": "^2.12.7",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"socket.io-client": "^4.7.5",
"sonner": "^1.5.0",
"tailwind-merge": "^2.2.1",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "^1.0.7",
"together-ai": "^0.6.0-alpha.3",
"typescript": "5.3.3",
"zod": "^3.23.8",
"zustand": "^4.5.2"
}
}