add supabase module create test guestbook insert scripts create page for guestbook and remove it from contact page
16 lines
271 B
JSON
16 lines
271 B
JSON
{
|
|
"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",
|
|
"astro": "^5.3.0"
|
|
}
|
|
}
|