-
Notifications
You must be signed in to change notification settings - Fork 160
/
package.json
61 lines (61 loc) · 1.64 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": "langchain-ui",
"version": "0.1.2",
"engines": {
"node": ">=18"
},
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.319.0",
"@aws-sdk/s3-presigned-post": "^3.319.0",
"@chakra-ui/next-js": "^2.0.1",
"@chakra-ui/react": "^2.5.2",
"@chakra-ui/theme-tools": "^2.0.17",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.1.0",
"@codemirror/language-data": "^6.2.0",
"@dqbd/tiktoken": "^1.0.2",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@getmetal/metal-sdk": "^2.0.1",
"@microsoft/fetch-event-source": "^2.0.1",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.11.0",
"@uiw/codemirror-theme-xcode": "^4.19.11",
"@uiw/react-codemirror": "^4.19.11",
"@vercel/analytics": "^0.1.11",
"autosize": "^6.0.1",
"d3-dsv": "^2.0.0",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"framer-motion": "^10.8.5",
"install": "^0.13.0",
"ky": "^0.33.3",
"langchain": "^0.0.63",
"next": "^13.3.0",
"next-auth": "^4.20.1",
"npm": "^9.6.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.7",
"react-icons": "^4.8.0",
"react-markdown": "^8.0.6",
"react-spinners": "^0.13.8",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.4.0",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"typeorm": "^0.3.12",
"uuid": "^9.0.0"
},
"devDependencies": {
"prisma": "^4.11.0"
}
}