-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "yuzu-google-meet",
"version": "4.0.3",
"type": "module",
"scripts": {
"build": "vite build",
"vercel-build": "vite build"
},
"dependencies": {
"@upstash/redis": "^1.34.3",
"buffer": "^6.0.3",
"clsx": "^2.1.1",
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"express-session": "^1.18.1",
"express-socket.io-session": "^1.3.5",
"google-auth-library": "^9.15.0",
"googleapis": "^129.0.0",
"ioredis": "^5.4.1",
"lucide-react": "^0.263.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.0",
"redis": "^4.7.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"stream-browserify": "^3.0.0",
"tailwind-merge": "^2.5.4",
"util": "^0.12.5"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.2",
"nodemon": "^3.1.7",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"vite": "^4.5.0"
}
}