-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.87 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
62
63
64
65
66
67
{
"name": "paperpal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@kinde-oss/kinde-auth-nextjs": "^2.3.8",
"@langchain/community": "^0.3.5",
"@langchain/core": "^0.3.11",
"@langchain/openai": "^0.3.7",
"@langchain/pinecone": "^0.1.1",
"@pinecone-database/pinecone": "3.0.3",
"@prisma/client": "5.20.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^4.35.3",
"@trpc/client": "^10.45.2",
"@trpc/next": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"@types/node": "22.5.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@uploadthing/react": "^6.8.0",
"ai": "^3.4.20",
"autoprefixer": "10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.11",
"gsap": "^3.12.5",
"langchain": "0.3.2",
"lucide-react": "^0.446.0",
"next": "14",
"openai": "^4.10.0",
"pdf-parse": "^1.1.1",
"pinecone": "^0.1.0",
"postcss": "8.4.47",
"prisma": "^5.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.53.0",
"react-loading-skeleton": "^3.5.0",
"react-markdown": "^8.0.7",
"react-pdf": "^7.3.3",
"react-resize-detector": "^9.1.1",
"react-textarea-autosize": "^8.5.3",
"simplebar-react": "^3.2.6",
"stripe": "^13.7.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.4.11",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.6.2",
"uploadthing": "6.13.0",
"zod": "^3.23.8"
}
}