-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.73 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.73 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
{
"name": "studify",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"next dev\" \"node socket-server.js\" \"inngest dev\"",
"build": "NODE_OPTIONS=--max-old-space-size=1024 next build --no-lint",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.9.6",
"@google/generative-ai": "^0.21.0",
"@mermaid-js/mermaid-mindmap": "^9.3.0",
"@neondatabase/serverless": "^0.10.4",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.1.1",
"@socket.io/redis-adapter": "^8.3.0",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.66.9",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.38.2",
"embla-carousel-react": "^8.5.1",
"express": "^5.1.0",
"firebase": "^11.10.0",
"inngest": "^3.31.7",
"lodash": "^4.17.21",
"lottie-react": "^2.4.1",
"lucide-react": "^0.469.0",
"mermaid": "^11.10.1",
"next": "^15.1.9",
"next-themes": "^0.4.4",
"react": "^18",
"react-card-flip": "^1.2.3",
"react-dom": "^18",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"redis": "^5.8.0",
"rehype-highlight": "^7.0.2",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"tesseract.js": "^6.0.1",
"uuid": "^11.0.3"
},
"devDependencies": {
"concurrently": "^9.1.2",
"dotenv-cli": "^9.0.0",
"drizzle-kit": "^0.31.8",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}