summaryrefslogtreecommitdiff
path: root/examples/with-mdx/package.json
blob: 0761c06363601f33c0c52c2ce4e0eb5a7ff1f920 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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.1.0",
    "@astrojs/preact": "^0.4.0",
    "astro": "^1.0.0-beta.66",
    "preact": "^10.6.5"
  }
}