778b915525
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
22 lines
516 B
JSON
22 lines
516 B
JSON
{
|
|
"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": {
|
|
"astro": "^1.4.5",
|
|
"@astrojs/markdown-remark": "^1.1.3",
|
|
"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"
|
|
}
|
|
}
|