mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
18 lines
350 B
JSON
18 lines
350 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"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@astrojs/mdx": "^0.0.1",
|
||
|
"@astrojs/preact": "^0.2.0",
|
||
|
"astro": "^1.0.0-beta.58",
|
||
|
"preact": "^10.6.5"
|
||
|
}
|
||
|
}
|