My website, rebuilt yet again
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 33 lines 764 B view raw
1{ 2 "name": "hweb", 3 "type": "module", 4 "version": "0.0.1", 5 "engines": { 6 "node": ">=22.12.0" 7 }, 8 "scripts": { 9 "dev": "astro dev", 10 "build": "astro build", 11 "preview": "astro preview", 12 "astro": "astro" 13 }, 14 "dependencies": { 15 "@astrojs/mdx": "^5.0.3", 16 "@astrojs/rss": "^4.0.18", 17 "@astrojs/sitemap": "^3.7.2", 18 "@atcute/atproto": "^3.1.11", 19 "@atcute/bluesky": "^3.3.3", 20 "@atcute/client": "^4.2.1", 21 "@atcute/identity": "^1.1.4", 22 "@atcute/lexicons": "^1.3.0", 23 "@fontsource-variable/geist-mono": "^5.2.7", 24 "@tailwindcss/vite": "^4.2.2", 25 "astro": "^6.1.5", 26 "astro-iconify": "^1.3.1", 27 "sharp": "^0.34.3", 28 "tailwindcss": "^4.2.2" 29 }, 30 "devDependencies": { 31 "@types/bun": "^1.3.13" 32 } 33}