maciejpedzi.ch/package.json

20 lines
398 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": "^4.0.2",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@fontsource/roboto": "^5.1.0",
"astro": "^5.0.4"
2023-04-19 19:18:50 +02:00
}
}