-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 979 Bytes
/
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
{
"private": false,
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start",
"supabase-functions-nodemon": "nodemon --watch supabase --ext ts --exec \"npm run supabase-functions\"",
"supabase-functions": "supabase functions serve --env-file .env.local",
"hookdeck-local": "hookdeck listen 54321"
},
"dependencies": {
"@stream-io/node-sdk": "^0.3.0",
"@stream-io/video-react-sdk": "^1.2.20",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "latest",
"autoprefixer": "10.4.15",
"geist": "^1.3.1",
"next": "^14.2.5",
"postcss": "^8.4.41",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"tailwindcss": "3.3.3",
"typescript": "5.6.3"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "22.9.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"encoding": "^0.1.13",
"nodemon": "^3.1.4"
}
}