-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.85 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.85 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
{
"name": "docter_ai_agent",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.22.0",
"@google/generative-ai": "^0.24.1",
"@prisma/client": "^6.10.1",
"@radix-ui/react-dialog": "^1.1.14",
"@react-email/render": "^1.3.2",
"@splinetool/react-spline": "^4.1.0",
"@tailwindcss/typography": "^0.5.16",
"@types/nodemailer": "^7.0.2",
"assemblyai": "^4.13.3",
"autoprefixer": "^10.4.21",
"axios": "^1.12.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"express": "^5.1.0",
"framer-motion": "^12.19.1",
"install": "^0.13.0",
"lucide-react": "^0.522.0",
"next": "15.3.4",
"next-themes": "^0.4.6",
"nodemailer": "^7.0.9",
"openai": "^5.7.0",
"radix-ui": "^1.4.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.8",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-spline": "^1.2.1",
"recharts": "^3.0.0",
"remark": "^15.0.1",
"resend": "^6.1.2",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"strip-markdown": "^6.0.0",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.1.0",
"vaul": "^1.1.2",
"zustand": "^5.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/webpack": "^5.28.5",
"cross-env": "^10.0.0",
"eslint": "^9",
"eslint-config-next": "15.3.4",
"prisma": "^6.10.1",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.4",
"typescript": "^5.9.3",
"webpack": "^5.100.2"
}
}