summaryrefslogtreecommitdiff
path: root/examples/with-markdoc/package.json
blob: a30398b31b589696442b7be000c7b0fcf9bcdeb9 (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.7.2",
    "astro": "^3.6.1"
  }
}