mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-10 00:13:02 +01:00
18 lines
361 B
JSON
18 lines
361 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": {
|
||
|
"astro": "^2.3.0",
|
||
|
"@astrojs/mdx": "^0.19.0",
|
||
|
"@astrojs/rss": "^2.3.2",
|
||
|
"@astrojs/sitemap": "^1.2.2"
|
||
|
}
|
||
|
}
|