-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.09 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.09 KB
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
63
64
65
66
67
68
69
70
71
72
{
"name": "discord-clone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "prisma generate && next build --webpack",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@clerk/nextjs": "^7.3.3",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@hookform/resolvers": "^5.2.2",
"@livekit/components-react": "^2.9.21",
"@livekit/components-styles": "^1.2.0",
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-query": "^5.100.10",
"@uploadthing/react": "^7.3.3",
"axios": "^1.16.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"dotenv": "^16.5.0",
"emoji-mart": "^5.6.0",
"livekit-server-sdk": "^2.15.2",
"lucide-react": "^1.14.0",
"next": "16.2.6",
"next-themes": "^0.4.6",
"pg": "^8.16.0",
"query-string": "^9.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^15.0.0",
"react-hook-form": "^7.75.0",
"socket.io": "^4.8.3",
"socket.io-client": "^4.8.3",
"tailwind-merge": "^3.6.0",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^7.7.4",
"uuid": "^14.0.0",
"zod": "^3.25.76",
"zustand": "^5.0.13"
},
"devDependencies": {
"@types/node": "^22.15.0",
"@types/pg": "^8.15.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.21",
"eslint": "^9.28.0",
"eslint-config-next": "16.2.6",
"postcss": "^8.5.3",
"prisma": "^7.8.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.9.2"
}
}