Files
ncd-fe/packages/website/package.json
dependabot[bot] 4278be7063 build(deps): bump astro from 5.18.0 to 5.18.1
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.18.0 to 5.18.1.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/astro@5.18.1/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.18.1/packages/astro)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-30 20:02:30 +00:00

28 lines
679 B
JSON

{
"name": "website",
"type": "module",
"version": "0.0.1",
"homepage": "https://nicolium.app",
"bugs": {
"url": "https://codeberg.org/nicolium/nicolium/issues"
},
"repository": {
"type": "git",
"url": "git+https://codeberg.org/nicolium/nicolium.git"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@mkljczk/astro-theme": "github:mkljczk/mkljczk-astro-theme",
"astro": "^5.18.1",
"rehype-external-links": "^3.0.0",
"sharp": "^0.34.3"
}
}