-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.6 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.6 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "aitutor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/generative-ai": "^0.21.0",
"@langchain/core": "^0.3.53",
"@langchain/openai": "^0.5.10",
"@langchain/pinecone": "^0.2.0",
"@pinecone-database/pinecone": "^5.1.2",
"@radix-ui/react-accordion": "^1.2.10",
"@radix-ui/react-alert-dialog": "^1.1.13",
"@radix-ui/react-avatar": "^1.1.9",
"@radix-ui/react-checkbox": "^1.3.1",
"@radix-ui/react-label": "^2.1.6",
"@radix-ui/react-popover": "^1.1.13",
"@radix-ui/react-progress": "^1.1.6",
"@radix-ui/react-scroll-area": "^1.2.8",
"@radix-ui/react-select": "^2.2.2",
"@radix-ui/react-slider": "^1.3.2",
"@radix-ui/react-slot": "^1.2.2",
"@radix-ui/react-tabs": "^1.1.9",
"@radix-ui/react-toast": "^1.2.13",
"@rainbow-me/rainbowkit": "^2.2.4",
"@react-three/drei": "^10.0.7",
"@react-three/fiber": "^9.1.2",
"@tanstack/react-query": "^5.75.4",
"@types/react-syntax-highlighter": "^15.5.13",
"ai": "^2.2.31",
"chart.js": "^4.4.9",
"class-variance-authority": "^0.7.1",
"cloudinary": "^2.6.1",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"critters": "^0.0.25",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"firebase": "^11.2.0",
"firebase-admin": "^13.0.2",
"framer-motion": "^12.10.5",
"jspdf": "^3.0.1",
"katex": "^0.16.22",
"langchain": "^0.3.24",
"lucide-react": "^0.474.0",
"mermaid": "^11.6.0",
"next": "15.1.6",
"next-auth": "^4.24.11",
"next-cloudinary": "^6.16.0",
"next-firebase-auth-edge": "^1.9.1",
"openai": "^4.98.0",
"pdf-parse": "^1.1.1",
"razorpay": "^2.9.6",
"react": "^19.1.0",
"react-dom": "^19.0.0",
"react-firebase-hooks": "^5.1.1",
"react-icons": "^5.4.0",
"react-markdown": "^9.1.0",
"react-syntax-highlighter": "^15.6.1",
"recharts": "^2.15.3",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.176.0",
"uuid": "^11.1.0",
"viem": "^2.29.0",
"wagmi": "^2.15.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^20",
"@types/react": "^19.1.3",
"@types/react-dom": "^19",
"@types/uuid": "^10.0.0",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}