feature: Scaffold project

This commit is contained in:
Keith Solomon
2025-07-16 09:26:49 -05:00
parent ed5c14318f
commit 559cbbe0be
18 changed files with 5877 additions and 1 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "prompt-catalog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@supabase/supabase-js": "^2.51.0",
"@tailwindcss/vite": "^4.1.11",
"alpinejs": "^3.14.9",
"astro": "^5.11.1",
"tailwindcss": "^4.1.11"
}
}