Files
nicco.io/package.json
dependabot[bot] 92d4f7140f Bump astro from 5.13.5 to 5.15.9
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.13.5 to 5.15.9.
- [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@5.15.9/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 5.15.9
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-19 20:59:25 +00:00

35 lines
926 B
JSON

{
"private": true,
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro check && astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^6.3.6",
"@astrojs/mdx": "^4.3.4",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.5.1",
"@astrojs/svelte": "^7.1.0",
"@fontsource-variable/jost": "^5.2.6",
"@fontsource-variable/playfair-display": "^5.2.6",
"@iconify-json/ion": "^1.2.6",
"astro": "^5.15.9",
"fuse.js": "^7.1.0",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"remark-toc": "^9.0.0",
"sass": "^1.91.0",
"sharp": "^0.34.3",
"svelte": "^5.38.6",
"typescript": "^5.9.2",
"unplugin-icons": "^22.2.0"
},
"packageManager": "pnpm@10.15.0"
}