-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.48 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
{
"name": "genai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^4.29.12",
"@google-cloud/vertexai": "^0.5.0",
"@google/generative-ai": "^0.3.1",
"@huggingface/inference": "^2.6.4",
"@prisma/client": "^5.11.0",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@react-three/drei": "^9.103.0",
"@react-three/fiber": "^8.16.1",
"@tabler/icons-react": "^3.1.0",
"@vercel/analytics": "^1.2.2",
"ai": "^3.0.9",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cohere-ai": "^7.7.7",
"framer-motion": "^11.0.24",
"lucide-react": "^0.350.0",
"next": "14.1.4",
"openai": "^3.3.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"sass": "^1.72.0",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"tesseract.js": "^2.1.1",
"three": "^0.163.0",
"three-globe": "^2.31.0",
"youtube-transcript": "^1.1.0",
"zod": "^3.22.4"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"prisma": "^5.10.2",
"tailwindcss": "^3.3.0"
}
}