astro/examples/with-mdx/package.json
github-actions[bot] 3472c39249 [ci] release (rc)
2023-08-24 14:25:56 +00:00

19 lines
397 B
JSON

{
"name": "@example/with-mdx",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.0.0-rc.2",
"@astrojs/preact": "^3.0.0-rc.2",
"astro": "^3.0.0-rc.6",
"preact": "^10.17.1"
}
}