personal site
0
fork

Configure Feed

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

at d8caab74a36c1101c8cf4ceb69631b5b39bfa35b 27 lines 580 B view raw
1{ 2 "name": "site", 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 "@tailwindcss/vite": "^4.2.2", 17 "astro": "^6.1.5", 18 "tailwindcss": "^4.2.2" 19 }, 20 "devDependencies": { 21 "@tailwindcss/typography": "^0.5.19", 22 "prettier": "^3.8.2", 23 "prettier-plugin-astro": "^0.14.1", 24 "prettier-plugin-tailwindcss": "^0.7.2", 25 "typescript": "^6.0.2" 26 } 27}