-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
62 lines (62 loc) · 1.67 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
62
{
"name": "chat-ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browser": {
"http": false,
"https": false,
"net": false,
"path": false,
"stream": false,
"tls": false,
"fs": false
},
"dependencies": {
"@microsoft/fetch-event-source": "^2.0.1",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@types/node": "^20.11.17",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.7",
"@types/regenerator-runtime": "^0.13.5",
"ai": "^2.1.19",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"eslint": "8.44.0",
"eslint-config-next": "14.1.0",
"event-source-polyfill": "^1.0.31",
"eventsource-parser": "^1.0.0",
"lucide-react": "^0.259.0",
"next": "14.1.0",
"openai-edge": "^1.2.0",
"postcss": "8.4.25",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.0.1",
"react-loader-spinner": "^5.3.4",
"react-speech-recognition": "^3.10.0",
"react-use-clipboard": "^1.0.9",
"regenerator-runtime": "^0.14.1",
"tailwind-merge": "^1.13.2",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.6"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/plugin-transform-runtime": "^7.23.9",
"@types/eventsource": "^1.1.11",
"@types/react-speech-recognition": "^3.9.5"
}
}