template-astro-base/package.json

32 lines
735 B
JSON
Raw Normal View History

2026-04-30 14:54:10 +00:00
{
2026-05-03 14:57:17 +00:00
"name": "autoblog-template-astro-base",
2026-04-30 14:54:10 +00:00
"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",
2026-05-03 14:57:17 +00:00
"tailwindcss": "^3.4.19",
"lucide-react": "0.473.0",
2026-05-03 14:57:17 +00:00
"clsx": "^2.1.1",
"tailwind-merge": "^2.6.0",
"motion": "^11.11.17",
"framer-motion": "^11.11.17"
2026-04-30 14:54:10 +00:00
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19"
}
2026-05-03 14:57:17 +00:00
}