forked from bitcoinsearch/chat-btc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.51 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
{
"name": "chat-btc-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.4.9",
"@elastic/elasticsearch": "^8.8.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@next/font": "13.1.6",
"@supabase/supabase-js": "^2.21.0",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"@upstash/ratelimit": "^0.4.4",
"@vercel/kv": "^0.2.2",
"@vespaiach/axios-fetch-adapter": "^0.3.1",
"axios": "^1.4.0",
"dotenv": "^16.0.3",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"eventsource-parser": "^0.1.0",
"framer-motion": "^9.0.2",
"http-adapter": "^0.0.2",
"https": "^1.0.0",
"jose": "^4.14.4",
"keyword-extractor": "^0.0.25",
"next": "13.1.6",
"next-axiom": "^0.17.0",
"next-connect": "^0.13.0",
"openai": "^3.2.1",
"openai-chat-tokens": "^0.2.8",
"react": "18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.5.2",
"react-markdown": "^9.0.1",
"react-qr-code": "^2.0.11",
"react-spinners": "^0.13.8",
"typescript": "4.9.5",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0",
"webln": "^0.3.2"
},
"devDependencies": {
"@types/next": "^9.0.0",
"@types/uuid": "^9.0.1",
"next-transpile-modules": "^10.0.0",
"webpack": "^5.86.0"
}
}