Personal Site
0
fork

Configure Feed

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

at f5c6cd75d9ca26d174573682a0a55be4b39b9c8c 19 lines 369 B view raw
1{ 2 "name": "prs", 3 "type": "module", 4 "version": "0.0.1", 5 "scripts": { 6 "dev": "astro dev --port 3000", 7 "build": "astro build", 8 "preview": "astro preview", 9 "astro": "astro" 10 }, 11 "dependencies": { 12 "@astrojs/node": "^9.3.0", 13 "astro": "^5.12.1" 14 }, 15 "devDependencies": { 16 "prettier": "3.6.2", 17 "prettier-plugin-astro": "0.14.1" 18 } 19}