joehanson-dev/package.json
Renovate Bot 7a147c3fc1
Some checks failed
renovate/artifacts Artifact file update failure
Update dependency tailwindcss to v4
2025-01-23 00:02:39 +00:00

20 lines
450 B
JSON

{
"name": "joehanson-dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"dev-host": "astro dev --host",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^11.0.0",
"@astrojs/tailwind": "^5.0.0",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.0.6",
"tailwindcss": "^4.0.0"
}
}