21 lines
387 B
JSON
21 lines
387 B
JSON
|
{
|
||
|
"name": "@example/minimal",
|
||
|
"type": "module",
|
||
|
"version": "0.0.1",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "astro dev",
|
||
|
"start": "astro dev",
|
||
|
"build": "astro build",
|
||
|
"preview": "astro preview",
|
||
|
"astro": "astro"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@astrojs/image": "^0.11.2",
|
||
|
"@astrojs/mdx": "^0.11.5",
|
||
|
"@astrojs/rss": "^1.0.3",
|
||
|
"astro": "^1.6.0",
|
||
|
"open-props": "^1.4.24"
|
||
|
}
|
||
|
}
|