mirror of
https://github.com/withastro/astro.git
synced 2025-03-31 23:31:30 -05:00
18 lines
350 B
JSON
18 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"
|
||
|
}
|
||
|
}
|