receitapopula/package.json

32 lines
734 B
JSON
Raw Permalink Normal View History

2026-05-04 10:59:43 +00:00
{
"name": "autoblog-template-astro-recipe",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^5.0.4",
"@astrojs/tailwind": "^6.0.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^4.16.14",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"tailwindcss": "^3.4.19",
"lucide-react": "^0.473.0",
"clsx": "^2.1.1",
"tailwind-merge": "^2.6.0",
"motion": "^12.0.0",
"framer-motion": "^12.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19"
}
}