Update package.json

This commit is contained in:
marciobever 2026-05-03 14:57:17 +00:00
parent 426ac34765
commit f290c7fb2e

View file

@ -1,5 +1,5 @@
{ {
"name": "users-marciobevervanso-downloads-autoblog-2-template-astro-base", "name": "autoblog-template-astro-base",
"type": "module", "type": "module",
"version": "0.0.1", "version": "0.0.1",
"engines": { "engines": {
@ -19,9 +19,13 @@
"astro": "^4.16.14", "astro": "^4.16.14",
"react": "^19.2.5", "react": "^19.2.5",
"react-dom": "^19.2.5", "react-dom": "^19.2.5",
"tailwindcss": "^3.4.19" "tailwindcss": "^3.4.19",
"lucide-react": "^0.473.0",
"clsx": "^2.1.1",
"tailwind-merge": "^2.6.0",
"motion": "^11.11.17"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/typography": "^0.5.19" "@tailwindcss/typography": "^0.5.19"
} }
} }