20 lines
449 B
JSON
20 lines
449 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": "^8.0.0",
|
|
"@astrojs/tailwind": "^5.0.0",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"astro": "^4.0.0",
|
|
"tailwindcss": "^3.3.3"
|
|
}
|
|
}
|