-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.56 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
57
58
59
{
"name": "mediabyte",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"vercel-build": "prisma generate && next build"
},
"dependencies": {
"@ai-sdk/anthropic": "^0.0.51",
"@anthropic-ai/sdk": "^0.27.3",
"@babel/standalone": "^7.25.6",
"@clerk/nextjs": "^5.3.1",
"@google/generative-ai": "^0.17.1",
"@langchain/anthropic": "^0.3.3",
"@langchain/google-genai": "^0.1.0",
"@langchain/openai": "^0.3.2",
"@prisma/client": "^5.18.0",
"@types/bcryptjs": "^2.4.6",
"@types/dompurify": "^3.0.5",
"@vercel/analytics": "^1.3.1",
"axios": "^1.7.4",
"bcryptjs": "^2.4.3",
"cloudinary": "^2.4.0",
"dayjs": "^1.11.12",
"dompurify": "^3.1.6",
"filesize": "^10.1.4",
"framer-motion": "^11.3.28",
"html-react-parser": "^5.1.12",
"langchain": "^0.3.2",
"lucide-react": "^0.428.0",
"next": "^14.2.13",
"next-cloudinary": "^6.10.0",
"openai": "^4.65.0",
"prettier": "^3.3.3",
"prism-react-renderer": "^2.3.1",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"replicate": "^0.34.0"
},
"devDependencies": {
"@types/babel__standalone": "^7.1.7",
"@types/node": "^20.14.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"daisyui": "^4.12.10",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"prisma": "^5.18.0",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
}