2023-09-15 18:26:22 -05:00
|
|
|
{
|
|
|
|
"name": "joehanson-dev",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
2023-09-17 20:21:46 -05:00
|
|
|
"dev-host": "astro dev --host",
|
2023-09-15 18:26:22 -05:00
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-12-05 09:01:01 -06:00
|
|
|
"@astrojs/cloudflare": "^8.0.0",
|
2023-09-15 18:26:22 -05:00
|
|
|
"@astrojs/tailwind": "^5.0.0",
|
2023-09-17 20:21:46 -05:00
|
|
|
"@tailwindcss/typography": "^0.5.10",
|
2023-12-05 13:00:25 -06:00
|
|
|
"astro": "^4.0.0",
|
2023-09-15 18:26:22 -05:00
|
|
|
"tailwindcss": "^3.3.3"
|
|
|
|
}
|
|
|
|
}
|