-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 930 Bytes
/
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
{
"name": "voyagevision",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "npx prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^5.2.2",
"@google/generative-ai": "^0.15.0",
"@langchain/openai": "^0.2.4",
"@prisma/client": "^5.17.0",
"@tanstack/react-query": "^5.50.1",
"@tanstack/react-query-devtools": "^5.50.1",
"axios": "^1.7.2",
"langchain": "^0.2.10",
"next": "14.2.4",
"openai": "^4.52.3",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1"
},
"devDependencies": {
"@gradio/client": "^1.2.1",
"@tailwindcss/typography": "^0.5.13",
"@types/react": "18.3.3",
"daisyui": "^4.12.10",
"postcss": "^8",
"prisma": "^5.17.0",
"tailwindcss": "^3.4.1",
"typescript": "5.5.3"
}
}