joehanson-dev/package.json

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": "^3.3.3"
}
}