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": {
|
2024-06-22 12:07:13 -05:00
|
|
|
"@astrojs/cloudflare": "^11.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-16 11:10:14 -06:00
|
|
|
"astro": "^4.0.6",
|
2023-09-15 18:26:22 -05:00
|
|
|
"tailwindcss": "^3.3.3"
|
|
|
|
}
|
|
|
|
}
|