this repo has no description
0
fork

Configure Feed

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

at 307abed42d6b34dfd5528da932d531fddc3d4519 30 lines 749 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.8", 15 "@astrojs/svelte": "^5.7.2", 16 "@astrojs/tailwind": "^5.1.2", 17 "@astrojs/vercel": "^7.8.2", 18 "@iconify-json/tabler": "^1.2.5", 19 "@sveltejs/vite-plugin-svelte": "^4.0.0-next.6", 20 "@vercel/analytics": "^1.3.1", 21 "astro": "^4.16.6", 22 "astro-icon": "^1.1.1", 23 "svelte": "^5.0.3", 24 "tailwindcss": "^3.4.14", 25 "typescript": "^5.6.3" 26 }, 27 "devDependencies": { 28 "@tailwindcss/typography": "^0.5.15" 29 } 30}