{ "name": "site", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro build && wrangler pages dev", "astro": "astro", "deploy": "astro build && wrangler pages deploy", "cf-typegen": "wrangler types" }, "dependencies": { "@astrojs/cloudflare": "^12.6.12", "@astrojs/react": "^4.4.2", "@astrojs/sitemap": "^3.7.0", "@tailwindcss/vite": "^4.2.1", "astro": "^5.17.1", "clsx": "^2.1.1", "gsap": "^3.14.2", "react": "^19.2.4", "react-dom": "^19.2.4", "react-icons": "^5.5.0", "tailwind-merge": "^3.5.0", "tailwindcss": "^4.2.1" }, "devDependencies": { "@types/node": "^25.3.1", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "wrangler": "^4.68.1" } }