Update package.json
This commit is contained in:
parent
426ac34765
commit
f290c7fb2e
1 changed files with 7 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "users-marciobevervanso-downloads-autoblog-2-template-astro-base",
|
||||
"name": "autoblog-template-astro-base",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"engines": {
|
||||
|
|
@ -19,7 +19,11 @@
|
|||
"astro": "^4.16.14",
|
||||
"react": "^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": {
|
||||
"@tailwindcss/typography": "^0.5.19"
|
||||
|
|
|
|||
Loading…
Reference in a new issue