maciejpedzi.ch/package.json

18 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": {
"astro": "^2.3.0",
"@astrojs/mdx": "^0.19.0",
"@astrojs/rss": "^2.3.2",
"@astrojs/sitemap": "^1.2.2"
}
}