{ "name": "attempt2-home", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "discover": "tsx scripts/discover-collections.ts", "gen:types": "tsx scripts/generate-types.ts" }, "dependencies": { "@astrojs/check": "^0.9.4", "@atcute/jetstream": "^1.0.2", "@atproto/api": "^0.16.2", "@atproto/xrpc": "^0.7.1", "@nulfrost/leaflet-loader-astro": "^1.1.0", "@tailwindcss/typography": "^0.5.16", "@tailwindcss/vite": "^4.1.11", "@types/node": "^24.2.0", "astro": "^5.12.8", "dotenv": "^17.2.1", "marked": "^12.0.2", "tailwindcss": "^4.1.11", "tsx": "^4.19.2", "typescript": "^5.9.2" }, "devDependencies": { "@atproto/lex-cli": "^0.9.1" } }