astro/examples/with-mdx/package.json
Fred K. Bot 4e4061f485
[ci] release (#4159)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-05 21:48:35 -07:00

18 lines
369 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.7.0",
"@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.7",
"preact": "^10.6.5"
}
}