Files
blog/package.json
2026-03-30 19:14:29 +02:00

27 lines
664 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",
"@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"
}
}