mirror of
https://github.com/supabase/supabase.git
synced 2026-07-04 01:54:25 +08:00
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180
18 lines
332 B
JSON
18 lines
332 B
JSON
{
|
|
"name": "with-supabase-auth",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@supabase/supabase-js": "^1.2.1",
|
|
"next": "12.0.9",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"swr": "0.2.3"
|
|
},
|
|
"license": "MIT"
|
|
}
|