-
Notifications
You must be signed in to change notification settings - Fork 177
/
package.json
58 lines (58 loc) · 1.55 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
{
"name": "chatbot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_INSEPCT=true & 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",
"@dqbd/tiktoken": "^0.4.0",
"@fingerprintjs/fingerprintjs": "^3.4.0",
"@fingerprintjs/fingerprintjs-pro-react": "^2.3.0",
"@google-cloud/bigquery": "^6.1.0",
"@next/font": "13.1.6",
"@pinecone-database/pinecone": "^0.1.5",
"ably": "^1.2.5-beta.1",
"bottleneck": "^2.19.5",
"cheerio": "^1.0.0-rc.12",
"eventsource": "^2.0.2",
"langchain": "^0.0.67",
"md5": "^2.3.0",
"next": "13.1.6",
"node-spider": "^1.4.1",
"pg": "^8.10.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.5",
"rehype-katex": "^6.0.2",
"remark-math": "^5.1.1",
"sequelize": "^6.29.2",
"sequelize-cockroachdb": "^6.0.5",
"serializr": "^3.0.2",
"swr": "^2.0.4",
"timeago": "^1.6.7",
"timeago.js": "^4.0.2",
"turndown": "^7.1.1",
"url-parse": "^1.5.10",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@types/async": "^3.2.18",
"@types/express": "^4.17.17",
"@types/md5": "^2.3.2",
"@types/nanoid": "^3.0.0",
"@types/node": "^18.16.11",
"@types/pg": "^8.6.6",
"@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",
"typescript": "4.9.5"
}
}