mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
21 lines
433 B
JSON
21 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.15.0",
|
||
|
"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": "../.."
|
||
|
}
|
||
|
}
|