-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
104 lines (104 loc) · 2.35 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "zoom-clone",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"author": {
"name": "Sanidhya Kumar Verma",
"email": "sanidhya.verma12345@gmail.com",
"url": "https://github.com/sanidhyy"
},
"description": "Modern Next.js powered Video calling app",
"keywords": [
"reactjs",
"nextjs",
"vercel",
"react",
"getstream",
"stream",
"shadcn",
"shadcn-ui",
"radix-ui",
"cn",
"clsx",
"zoom-clone",
"realtime-video",
"realtime-chat",
"live-audio",
"live-video",
"live-chat",
"radix-toast",
"lucide-react",
"next-themes",
"postcss",
"prettier",
"react-dom",
"tailwindcss",
"tailwindcss-animate",
"ui/ux",
"js",
"ts",
"javascript",
"typescript",
"eslint",
"html",
"css"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sanidhyy/zoom-clone.git"
},
"homepage": "https://github.com/sanidhyy/zoom-clone#readme",
"bugs": {
"url": "https://github.com/sanidhyy/zoom-clone/issues",
"email": "sanidhya.verma12345@gmail.com"
},
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/sanidhy"
},
{
"type": "Buy me a coffee",
"url": "https://www.buymeacoffee.com/sanidhy"
}
],
"dependencies": {
"@clerk/nextjs": "^5.6.4",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@stream-io/node-sdk": "^0.3.0",
"@stream-io/video-react-sdk": "^1.7.27",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.446.0",
"next": "14",
"react": "^18",
"react-datepicker": "^7.5.0",
"react-dom": "^18",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^22",
"@types/react": "^18",
"@types/react-datepicker": "^7.0.0",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.0.3",
"eslint-plugin-unused-imports": "^4.1.4",
"postcss": "^8",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.13",
"typescript": "^5"
}
}