feature: Change name, set up for docker build

This commit is contained in:
Keith Solomon
2025-07-27 12:10:49 -05:00
parent b3bcb42974
commit fb895435a1
22 changed files with 58 additions and 2 deletions

24
app/package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "prompt-catalog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.3.0",
"@astrojs/react": "^4.3.0",
"@supabase/supabase-js": "^2.51.0",
"@tailwindcss/vite": "^4.1.11",
"alpinejs": "^3.14.9",
"astro": "^5.11.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3"
}
}