fetch repos locally

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-03-30 19:14:29 +02:00
parent a12b3ae671
commit 7105f2a5b2
8 changed files with 937 additions and 349 deletions

View File

@@ -8,17 +8,19 @@
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"fetch-data": "bun run scripts/fetch-repos.ts"
},
"dependencies": {
"@astrojs/mdx": "^4.3.9",
"@astrojs/rss": "^4.0.17",
"@astrojs/mdx": "^4.3.14",
"@astrojs/rss": "^4.0.18",
"@lucide/astro": "^0.552.0",
"@tailwindcss/vite": "^4.1.16",
"astro": "^5.15.2",
"daisyui": "^5.3.10",
"@tailwindcss/vite": "^4.2.2",
"@types/bun": "^1.3.11",
"astro": "^5.18.1",
"daisyui": "^5.5.19",
"lucide-astro": "^0.556.0",
"node-html-parser": "^7.0.1",
"tailwindcss": "^4.1.16"
"node-html-parser": "^7.1.0",
"tailwindcss": "^4.2.2"
}
}