-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "chatbot-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ably-labs/react-hooks": "^2.1.0",
"@chatscope/chat-ui-kit-react": "^1.10.1",
"@pinecone-database/pinecone": "^0.1.5",
"@prisma/client": "^4.15.0",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"ably": "^1.2.5-beta.1",
"cheerio": "^1.0.0-rc.12",
"langchain": "^0.0.96",
"next": "13.4.4",
"node-spider": "^1.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"string-strip-html": "^13.4.1",
"timeago": "^1.6.7",
"timeago.js": "^4.0.2",
"typescript": "5.1.3",
"url-parse": "^1.5.10",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@types/async": "^3.2.18",
"@types/express": "^4.17.17",
"@types/node": "^18.16.11",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/url-parse": "^1.4.8",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"prisma": "^4.6.1",
"typescript": "4.9.5"
}
}