mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-14 10:03:02 +01:00
5e44998371
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.15.8 to 4.16.3. - [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@4.16.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
399 B
JSON
20 lines
399 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": "^3.1.7",
|
|
"@astrojs/rss": "^4.0.7",
|
|
"@astrojs/sitemap": "^3.1.6",
|
|
"@fontsource/roboto": "^5.0.13",
|
|
"astro": "^4.16.3"
|
|
}
|
|
}
|