maciejpedzi.ch/package.json

19 lines
361 B
JSON
Raw Normal View History

2023-04-19 19:18:50 +02:00
{
"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": {
2024-02-15 16:44:17 +01:00
"@astrojs/mdx": "^2.1.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.0.5",
"astro": "^4.4.0"
2023-04-19 19:18:50 +02:00
}
}