{ "name": "site", "type": "module", "version": "0.0.1", "private": true, "engines": { "node": ">=22.12.0" }, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "check": "astro check", "astro": "astro" }, "dependencies": { "@astrojs/mdx": "^6.0.3", "@astrojs/vercel": "^10.0.8", "@fontsource/oswald": "^5.2.8", "@vercel/analytics": "^2.0.1", "astro": "^6.4.4", "resend": "^6.12.4" }, "devDependencies": { "@astrojs/check": "^0.9.9", "@tailwindcss/postcss": "^4.3.0", "tailwindcss": "^4.3.0", "typescript": "^6.0.3" } }