Account-System-Demo/package.json

14 lines
259 B
JSON
Raw Normal View History

2024-07-16 02:05:26 -04:00
{
2024-07-16 23:39:34 -04:00
"name": "astro-supabase",
2024-07-16 02:05:26 -04:00
"type": "module",
"version": "0.0.1",
"scripts": {
2024-07-16 23:39:34 -04:00
"start": "astro dev"
2024-07-16 02:05:26 -04:00
},
"dependencies": {
2024-07-16 23:39:34 -04:00
"@astrojs/node": "^8.3.2",
"@supabase/supabase-js": "^2.44.4",
2024-07-16 02:05:26 -04:00
"astro": "^4.11.5",
2024-07-16 05:18:14 -04:00
"sass": "^1.77.8"
2024-07-16 02:05:26 -04:00
}
2024-07-16 23:39:34 -04:00
}