forked from RobinNagpal/nema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.37 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
{
"name": "chatbot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_INSEPCT=true & next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"index": "ts-node --esm ./src/indexData.ts"
},
"dependencies": {
"@ably-labs/react-hooks": "^2.1.0",
"@chatscope/chat-ui-kit-react": "^1.10.1",
"@dqbd/tiktoken": "^1.0.4",
"@fingerprintjs/fingerprintjs-pro-react": "^2.3.0",
"@pinecone-database/pinecone": "^0.0.10",
"ably": "^1.2.5-beta.1",
"bottleneck": "^2.19.5",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.0.3",
"exponential-backoff": "^3.1.1",
"langchain": "^0.0.51",
"nema-chat-ui-kit-styles": "^1.4.2",
"next": "13.1.6",
"node-spider": "^1.4.1",
"p-queue": "^7.3.4",
"pg": "^8.10.0",
"puppeteer": "^19.8.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.5",
"sequelize": "^6.29.2",
"sequelize-cockroachdb": "^6.0.5",
"timeago.js": "^4.0.2",
"turndown": "^7.1.1",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@types/pg": "^8.6.6",
"@types/react": "18.0.28",
"autoprefixer": "^10.4.14",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"sass": "^1.61.0",
"tailwindcss": "^3.3.1",
"ts-node": "^10.9.1",
"typescript": "4.9.5"
}
}