joehanson-dev/package.json

21 lines
449 B
JSON
Raw Normal View History

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