1
Fork 0
This repository has been archived on 2025-04-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
astro-supabase-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"
}
}