{ "name": "attoshi-web", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/cloudflare": "^12.5.1", "@astrojs/react": "^4.3.1", "@atproto/api": "^0.15.8", "@atproto/oauth-client-browser": "^0.3.22", "astro": "^5.16.9", "marked": "^17.0.1", "react": "^19.1.0", "react-dom": "^19.1.0" }, "devDependencies": { "@types/react": "^19.1.6", "@types/react-dom": "^19.1.5" } }