astro/examples/with-mdx/package.json
Fred K. Bot 268d44e25b
[ci] release (#4086)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-30 00:29:04 -04:00

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.4.0",
"@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.3",
"preact": "^10.6.5"
}
}