17 lines
293 B
JSON
17 lines
293 B
JSON
|
{
|
||
|
"name": "site",
|
||
|
"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.7",
|
||
|
"astro": "^2.0.18"
|
||
|
}
|
||
|
}
|