23d4f80145
This reverts commit ca2d0728e4
.
18 lines
365 B
JSON
18 lines
365 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",
|
|
"astro": "astro"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/mdx": "^0.10.3",
|
|
"@astrojs/preact": "^1.0.2",
|
|
"astro": "^1.1.2",
|
|
"preact": "^10.6.5"
|
|
}
|
|
}
|