summaryrefslogtreecommitdiff
path: root/examples/with-mdx/package.json
blob: 36efe4fd49a93ffeec6c7d92f1339831880e3d46 (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.8.0",
    "@astrojs/preact": "^0.5.2",
    "astro": "^1.0.0-rc.8",
    "preact": "^10.6.5"
  }
}