Files
supabase/examples/nextjs-with-supabase-auth/package.json
dannykng 9370244537 Revert "chore: remove examples"
This reverts commit 05b96de142.
2022-09-16 10:13:18 -07:00

18 lines
340 B
JSON

{
"name": "with-supabase-auth",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@supabase/supabase-auth-helpers": "^1.0.6",
"next": "^12.0.9",
"react": "17.0.2",
"react-dom": "17.0.2",
"swr": "^0.5.5"
},
"license": "MIT"
}