astro/examples/with-markdown-plugins/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
505 B
JSON
Raw Normal View History

{
"name": "@example/with-markdown-plugins",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
2022-08-06 04:36:23 +00:00
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.14.1",
"astro": "^1.0.0-rc.8",
"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"
}
}