8859655f15
* chore: update `astro` to `1.0.0-rc.0` * chore: update `astro` version in examples Co-authored-by: Nate Moore <nate@astro.build>
17 lines
347 B
JSON
17 lines
347 B
JSON
{
|
|
"name": "@example/with-mdx",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/mdx": "^0.2.1",
|
|
"@astrojs/preact": "^0.5.2",
|
|
"astro": "^1.0.0-rc.0",
|
|
"preact": "^10.6.5"
|
|
}
|
|
}
|