Files
nicco.io/package.json
T
dependabot[bot] 7830849bf5 Bump astro from 5.18.1 to 6.1.6
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.18.1 to 6.1.6.
- [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.6/packages/astro)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-21 22:27:35 +00:00

35 lines
927 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.8",
"@astrojs/markdown-remark": "^6.3.11",
"@astrojs/mdx": "^4.3.14",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/svelte": "^7.2.5",
"@fontsource-variable/jost": "^5.2.8",
"@fontsource-variable/playfair-display": "^5.2.8",
"@iconify-json/ion": "^1.2.7",
"astro": "^6.1.6",
"fuse.js": "^7.3.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.99.0",
"sharp": "^0.34.5",
"svelte": "^5.55.1",
"typescript": "^6.0.2",
"unplugin-icons": "^23.0.1"
},
"packageManager": "pnpm@10.15.0"
}