8859655f15
* chore: update `astro` to `1.0.0-rc.0` * chore: update `astro` version in examples Co-authored-by: Nate Moore <nate@astro.build>
20 lines
483 B
JSON
20 lines
483 B
JSON
{
|
|
"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.12.0",
|
|
"astro": "^1.0.0-rc.0",
|
|
"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"
|
|
}
|
|
}
|