mvp del nuevo blog

This commit is contained in:
2026-02-18 23:02:07 -03:00
parent 37f1452145
commit 1c2215b2fe
12 changed files with 658 additions and 58 deletions

View File

@@ -10,8 +10,15 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/db": "^0.19.0",
"@astrojs/starlight": "^0.37.6",
"@astrojs/svelte": "^7.2.5",
"@tailwindcss/vite": "^4.2.0",
"astro": "^5.6.1",
"sharp": "^0.34.2"
"sharp": "^0.34.2",
"starlight-site-graph": "^0.5.0",
"svelte": "^5.53.0",
"tailwindcss": "^4.2.0",
"typescript": "^5.9.3"
}
}