summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins/package.json
blob: 5c5d2b03df7ee2622ce0182e2f5b49955c8f4cbf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "@example/with-markdown-plugins",
  "version": "0.0.2",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview"
  },
  "devDependencies": {
    "@astrojs/markdown-remark": "^0.10.2",
    "astro": "^1.0.0-beta.38",
    "hast-util-select": "5.0.1",
    "rehype-autolink-headings": "^6.1.1",
    "rehype-slug": "^5.0.1",
    "rehype-toc": "^3.0.2",
    "remark-code-titles": "^0.1.2"
  }
}