personal website
0
fork

Configure Feed

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

at 93506d977b8848a78e111b464bb0fb90e72361ae 29 lines 710 B view raw
1{ 2 "name": "zeu-site", 3 "type": "module", 4 "version": "0.0.1", 5 "scripts": { 6 "dev": "astro dev", 7 "start": "astro dev", 8 "build": "astro check && astro build", 9 "preview": "astro preview", 10 "astro": "astro" 11 }, 12 "dependencies": { 13 "@astrojs/check": "^0.9.4", 14 "@astrojs/mdx": "^3.1.9", 15 "@astrojs/netlify": "^5.5.4", 16 "@astrojs/svelte": "^5.7.3", 17 "@astrojs/tailwind": "^5.1.2", 18 "@iconify-json/tabler": "^1.2.7", 19 "@sveltejs/vite-plugin-svelte": "^4.0.0", 20 "astro": "^4.16.11", 21 "astro-icon": "^1.1.2", 22 "svelte": "^5.1.16", 23 "tailwindcss": "^3.4.14", 24 "typescript": "^5.6.3" 25 }, 26 "devDependencies": { 27 "@tailwindcss/typography": "^0.5.15" 28 } 29}