9cf7ca1029
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
20 lines
433 B
JSON
20 lines
433 B
JSON
{
|
|
"name": "@example/with-markdown-plugins",
|
|
"version": "0.0.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "astro dev",
|
|
"build": "astro build"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^0.18.6",
|
|
"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": "../.."
|
|
}
|
|
}
|