mirror of
https://github.com/supabase/supabase.git
synced 2026-07-03 12:14:26 +08:00
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180
20 lines
397 B
JSON
20 lines
397 B
JSON
{
|
|
"name": "supabase-realtime-map-v2",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@supabase/supabase-js": "^1.6.0",
|
|
"leaflet": "^1.7.1",
|
|
"nanoid": "^3.1.12",
|
|
"next": "^12.0.9",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-leaflet": "^3.1.0"
|
|
}
|
|
}
|