{ "name": "", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "7.css": "^0.16.0", "@astrojs/cloudflare": "^12.2.4", "@astrojs/node": "^9.1.3", "@astrojs/react": "^4.2.1", "@fontsource-variable/noto-emoji": "^5.2.5", "@fontsource/inter": "^5.2.5", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "astro": "^5.5.2", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "prettier": "^3.5.3", "prettier-plugin-astro": "^0.14.1", "wrangler": "^3.112.0" } }