mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2025-02-05 13:18:36 +01:00
782d60ef90
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.0.4 to 5.1.0. - [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.1.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
398 B
JSON
20 lines
398 B
JSON
{
|
|
"name": "my-website",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.0.2",
|
|
"@astrojs/rss": "^4.0.10",
|
|
"@astrojs/sitemap": "^3.2.1",
|
|
"@fontsource/roboto": "^5.1.0",
|
|
"astro": "^5.1.0"
|
|
}
|
|
}
|