-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.32 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
{
"name": "mylangchain",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.1.2",
"@aws-sdk/client-s3": "^3.352.0",
"@aws-sdk/credential-providers": "^3.352.0",
"@aws-sdk/hash-node": "^3.347.0",
"@aws-sdk/protocol-http": "^3.347.0",
"@aws-sdk/s3-request-presigner": "^3.352.0",
"@aws-sdk/url-parser": "^3.347.0",
"@aws-sdk/util-format-url": "^3.347.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.11.4",
"@next/font": "13.1.1",
"@pinecone-database/pinecone": "^0.1.6",
"@vercel/analytics": "^1.0.1",
"antd": "^5.6.1",
"aws-sdk": "^2.1391.0",
"cheerio": "^1.0.0-rc.12",
"langchain": "^0.0.95",
"lodash": "^4.17.21",
"mongoose": "^7.2.2",
"multer": "^1.4.5-lts.1",
"next": "13.1.1",
"openai": "^3.2.1",
"p5": "^1.6.0",
"pdf-parse": "^1.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-easy-crop": "^4.7.4",
"react-markdown": "^8.0.4",
"rehype-raw": "^6.1.1",
"tar-fs": "^3.0.2",
"tesseract.js": "^4.0.5",
"winston": "^3.9.0"
},
"devDependencies": {
"@types/node": "20.2.5",
"typescript": "^5.0.4"
}
}