25 lines
554 B
JSON
25 lines
554 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|