blob: 63504702858679850e8778b662b32e022287761e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"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.2",
"@astrojs/preact": "^1.0.2",
"astro": "^1.1.1",
"preact": "^10.6.5"
}
}
|