Files
HKSingleParty/99_references/supabase-examples/realtime/nextjs-authorization-demo/package.json
2025-05-28 09:55:51 +08:00

30 lines
657 B
JSON

{
"private": true,
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@supabase/auth-helpers-nextjs": "^0.9.0",
"@supabase/ssr": "latest",
"@supabase/supabase-js": "2.44.0",
"autoprefixer": "10.4.17",
"geist": "^1.2.1",
"next": "latest",
"postcss": "8.4.33",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
},
"devDependencies": {
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"encoding": "^0.1.13"
}
}