mirror of
https://github.com/supabase/supabase.git
synced 2026-07-05 08:04:38 +08:00
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180
18 lines
340 B
JSON
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"
|
|
}
|