summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins/package.json
blob: 298d8b68208b6e696b418bb1020fb24efa12ee6d (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": {
    "start": "astro dev",
    "build": "astro build"
  },
  "devDependencies": {
    "astro": "^0.19.0-next.2",
    "rehype-add-classes": "^1.0.0",
    "rehype-toc": "^3.0.2",
    "remark-autolink-headings": "^6.0.1",
    "remark-code-titles": "^0.1.2",
    "remark-slug": "^6.0.0"
  },
  "snowpack": {
    "workspaceRoot": "../.."
  }
}