-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
58 lines (58 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
58
{
"name": "easy-chat",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.4.3",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-avatar": "^1.0.2",
"@radix-ui/react-context-menu": "^2.1.3",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-icons": "^1.2.0",
"@radix-ui/react-navigation-menu": "^1.1.2",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-slider": "^1.1.1",
"@radix-ui/react-toast": "^1.1.3",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "^0.1.11",
"autoprefixer": "^10.4.14",
"chatgpt": "^5.0.10",
"classnames": "^2.3.2",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"eventsource-parser": "^1.0.0",
"kbar": "0.1.0-beta.40",
"lottie-react": "^2.4.0",
"lottie-web": "^5.10.2",
"next": "13.2.4",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"postcss": "8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"react-use": "^17.4.0",
"rehype-highlight": "^6.0.0",
"swr": "^2.1.0",
"tailwindcss-radix": "^2.8.0",
"typescript": "4.9.5",
"uuid": "^9.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/uuid": "^9.0.1",
"tailwindcss": "^3.2.7"
},
"engines": {
"node": ">=18",
"pnpm": ">=8"
}
}