maciejpedzi.ch/package.json

19 lines
362 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": {
"@astrojs/mdx": "^0.19.0",
"@astrojs/rss": "^2.3.2",
"@astrojs/sitemap": "^1.2.2",
"astro": "^3.6.4"
2023-04-19 19:18:50 +02:00
}
}