mirror of
https://github.com/anotherhadi/blog.git
synced 2026-04-02 03:32:10 +02:00
28 lines
698 B
JSON
28 lines
698 B
JSON
{
|
|
"name": "anotherhadi",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"author": "Hadi <112569860+anotherhadi@users.noreply.github.com>",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"fetch-data": "bun run scripts/fetch-repos.ts"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.3.14",
|
|
"@astrojs/rss": "^4.0.18",
|
|
"@astrojs/sitemap": "^3.7.2",
|
|
"@lucide/astro": "^0.552.0",
|
|
"@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.1.0",
|
|
"tailwindcss": "^4.2.2"
|
|
}
|
|
}
|