emmas.place/package.json

16 lines
271 B
JSON
Raw Normal View History

2025-02-19 11:10:49 -05:00
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@supabase/supabase-js": "^2.48.1",
2025-02-19 11:10:49 -05:00
"astro": "^5.3.0"
}
}