-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.67 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.67 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
{
"name": "chatify",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.3.1",
"@huggingface/inference": "^2.8.1",
"@langchain/community": "^0.3.15",
"@langchain/core": "^0.3.18",
"@langchain/openai": "^0.3.12",
"@langchain/pinecone": "^0.1.2",
"@pinecone-database/pinecone": "^4.0.0",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@react-pdf/renderer": "^4.0.0",
"@shadcn/ui": "^0.0.4",
"@stripe/stripe-js": "^4.10.0",
"@tabler/icons-react": "^3.23.0",
"byte-size": "^9.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"firebase": "^11.0.1",
"firebase-admin": "^12.7.0",
"framer-motion": "^11.13.1",
"langchain": "^0.3.5",
"lucide-react": "^0.456.0",
"next": "15.0.3",
"pdf-parse": "^1.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.3.5",
"react-firebase-hooks": "^5.1.1",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-pdf": "^9.1.1",
"stripe": "^17.3.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/byte-size": "^8.1.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"daisyui": "^4.12.14",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}