this repo has no description
at main 25 lines 562 B view raw
1{ 2 "name": "attoshi-web", 3 "type": "module", 4 "version": "0.0.1", 5 "scripts": { 6 "dev": "astro dev", 7 "build": "astro build", 8 "preview": "astro preview", 9 "astro": "astro" 10 }, 11 "dependencies": { 12 "@astrojs/cloudflare": "^12.5.1", 13 "@astrojs/react": "^4.3.1", 14 "@atproto/api": "^0.15.8", 15 "@atproto/oauth-client-browser": "^0.3.22", 16 "astro": "^5.16.9", 17 "marked": "^17.0.1", 18 "react": "^19.1.0", 19 "react-dom": "^19.1.0" 20 }, 21 "devDependencies": { 22 "@types/react": "^19.1.6", 23 "@types/react-dom": "^19.1.5" 24 } 25}