Account-System-Demo/package.json
2024-07-16 23:39:34 -04:00

14 lines
No EOL
259 B
JSON

{
"name": "astro-supabase",
"type": "module",
"version": "0.0.1",
"scripts": {
"start": "astro dev"
},
"dependencies": {
"@astrojs/node": "^8.3.2",
"@supabase/supabase-js": "^2.44.4",
"astro": "^4.11.5",
"sass": "^1.77.8"
}
}