0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-17 23:11:29 -05:00
astro/examples/mdx/package.json
2022-06-17 10:25:11 -05:00

17 lines
350 B
JSON

{
"name": "@example/mdx",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.47",
"@astrojs/preact": "^0.1.3",
"@astrojs/jsx": "^0.0.1",
"@astrojs/mdx": "^0.0.1"
}
}