maciejpedzi.ch/package.json

20 lines
398 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": "^2.1.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.0.5",
"@fontsource/roboto": "^5.0.13",
"astro": "^4.4.0"
}
}