✨feature: Scaffold project
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user