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