summaryrefslogtreecommitdiff
path: root/examples/with-markdoc/package.json
blob: 4fec42e94bec957dfd85f62044ce1bc2201d1498 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "@example/with-markdoc",
  "type": "module",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "@astrojs/markdoc": "^0.5.0",
    "astro": "^3.1.1"
  }
}