beta01-he65s/package.json

28 lines
625 B
JSON
Raw Normal View History

2026-05-02 22:21:47 +00:00
{
"name": "users-marciobevervanso-downloads-autoblog-2-template-astro-base",
"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"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19"
}
}