mirror of
https://github.com/anotherhadi/blog.git
synced 2026-04-02 11:42:10 +02:00
fetch repos locally
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
18
package.json
18
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user