-
Notifications
You must be signed in to change notification settings - Fork 247
/
Copy pathpackage.json
65 lines (65 loc) · 1.83 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
{
"name": "pdftochat",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"vercel-build": "prisma generate && next build",
"prisma:generate": "prisma generate",
"format": "prettier --write .",
"evals": "tsx ./scripts/runEvaluation.ts"
},
"dependencies": {
"@clerk/nextjs": "^4.29.3",
"@headlessui/react": "^1.7.18",
"@langchain/community": "^0.0.50",
"@langchain/core": "^0.1.58",
"@langchain/mongodb": "^0.0.1",
"@langchain/pinecone": "^0.0.4",
"@pinecone-database/pinecone": "^2.0.1",
"@prisma/client": "^5.2.0",
"@radix-ui/react-accordion": "^1.1.1",
"@react-pdf-viewer/core": "3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@react-pdf-viewer/page-navigation": "^3.12.0",
"@vercel/postgres": "^0.5.0",
"ai": "^2.1.28",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"dotenv": "^16.0.3",
"langchain": "^0.1.34",
"langsmith": "^0.1.18",
"lucide-react": "^0.125.0",
"mongodb": "^6.3.0",
"next": "^13.5.4",
"next-plausible": "^3.12.0",
"pdf-parse": "1.1.1",
"pdfjs-dist": "3.4.120",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.5",
"react-uploader": "^3.43.0",
"tailwind-merge": "^1.10.0",
"tailwindcss": "^3.3.3",
"uploader": "^3.48.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^18.14.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/parser": "^5.54.0",
"autoprefixer": "^10.4.13",
"encoding": "^0.1.13",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prisma": "^5.2.0",
"tsx": "^3.12.3",
"typescript": "^5.2.2"
}
}