astro/examples/with-mdx/package.json
Fred K. Bot 1de82f0f78
[ci] release (#4333)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-16 10:14:44 -04:00

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.0",
"@astrojs/preact": "^1.0.2",
"astro": "^1.0.6",
"preact": "^10.6.5"
}
}