-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "chatgpt-clone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/third-parties": "^14.1.3",
"@radix-ui/react-dialog": "^1.0.5",
"@types/bcryptjs": "^2.4.6",
"@types/react-syntax-highlighter": "^15.5.11",
"@vercel/analytics": "^1.2.2",
"ai": "^2.1.8",
"aws4": "^1.12.0",
"axios": "^1.6.7",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"lucide-react": "^0.368.0",
"mongoose": "^7.1.0",
"next": "14.1.3",
"next-auth": "^4.24.6",
"openai-edge": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.1.0",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.3",
"sonner": "^1.4.3",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/react": "^18.2.6",
"@types/ua-parser-js": "^0.7.39",
"autoprefixer": "^10.4.16",
"tailwindcss": "^3.4.0",
"typescript": "^5.0.4"
}
}