maciejpedzi.ch/package.json

20 lines
399 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-09-23 13:57:15 +02:00
"@astrojs/mdx": "^3.1.7",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
2024-07-16 09:34:44 +02:00
"@fontsource/roboto": "^5.0.13",
"astro": "^4.16.3"
2023-04-19 19:18:50 +02:00
}
}