nicco.io/package.json
dependabot[bot] 01b14489fe
Bump astro from 5.0.2 to 5.0.8
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.0.2 to 5.0.8.
- [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.0.8/packages/astro)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-19 15:14:09 +00:00

35 lines
922 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.0.0",
"@astrojs/mdx": "^4.0.1",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/svelte": "^7.0.1",
"@fontsource-variable/jost": "^5.1.1",
"@fontsource-variable/playfair-display": "^5.1.0",
"@iconify-json/ion": "^1.2.1",
"astro": "^5.0.8",
"fuse.js": "^7.0.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.81.1",
"sharp": "^0.33.5",
"svelte": "^5.5.2",
"typescript": "^5.7.2",
"unplugin-icons": "^0.21.0"
},
"packageManager": "pnpm@9.14.4"
}