Files
blog/package.json
dependabot[bot] c521c7c7f9 Bump astro from 6.1.9 to 6.1.10
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.1.9 to 6.1.10.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@6.1.10/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 6.1.10
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-13 23:53:25 +00:00

33 lines
804 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": "5.0.4",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/svelte": "^8.1.0",
"@lucide/astro": "^0.552.0",
"@tailwindcss/vite": "^4.2.4",
"@types/bun": "^1.3.13",
"astro": "6.1.10",
"daisyui": "^5.5.19",
"node-html-parser": "^7.1.0",
"svelte": "^5.55.5",
"tailwindcss": "^4.2.4"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"typescript": "^6.0.3"
}
}