-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.65 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
60
61
{
"name": "nexusai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.9.2",
"@google/generative-ai": "^0.21.0",
"@langchain/community": "^0.3.19",
"@langchain/core": "^0.3.23",
"@langchain/google-vertexai": "^0.1.4",
"@langchain/openai": "^0.3.14",
"@langchain/pinecone": "^0.1.3",
"@paystack/inline-js": "^2.22.1",
"@pinecone-database/pinecone": "^4.0.0",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.4",
"@react-pdf/renderer": "^4.1.5",
"@types/byte-size": "^8.1.2",
"axios": "^1.7.9",
"byte-size": "^9.0.1",
"bytesize": "^1.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"firebase": "^11.1.0",
"firebase-admin": "^13.0.1",
"langchain": "^0.3.7",
"lucide-react": "^0.468.0",
"motion": "^11.16.3",
"next": "15.1.0",
"pdf-parse": "^1.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.5",
"react-firebase-hooks": "^5.1.1",
"react-markdown": "^9.0.3",
"react-pdf": "^9.1.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/paystack__inline-js": "^1.0.1",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/uuid": "^10.0.0",
"daisyui": "^4.12.22",
"eslint": "^9",
"eslint-config-next": "15.1.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}