Non-official site for The Life Series Minecraft hardcore survival multiplayer series housing every video www.life-series.online
0
fork

Configure Feed

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

at main 27 lines 689 B view raw
1{ 2 "name": "life_series", 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 "biome:check": "biome check", 11 "biome:check:write": "biome check --write" 12 }, 13 "dependencies": { 14 "@astrojs/sitemap": "3.7.2", 15 "@iconify-json/lucide": "1.2.99", 16 "astro": "6.1.1", 17 "astro-capo": "0.0.1", 18 "astro-icon": "1.1.5", 19 "astro-og": "0.3.2", 20 "astro-seo": "1.1.0", 21 "sharp": "0.34.5", 22 "typescript": "6.0.2" 23 }, 24 "devDependencies": { 25 "@biomejs/biome": "2.4.9" 26 } 27}