2021-07-01 19:55:22 +03:00
|
|
|
{
|
|
|
|
"name": "@example/with-markdown-plugins",
|
|
|
|
"version": "0.0.2",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-08-19 01:07:08 -04:00
|
|
|
"dev": "astro dev",
|
2021-07-01 19:55:22 +03:00
|
|
|
"start": "astro dev",
|
2021-08-26 12:08:52 -07:00
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview"
|
2021-07-01 19:55:22 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-08-27 14:15:29 -04:00
|
|
|
"astro": "^0.20.3",
|
2021-07-01 19:55:22 +03:00
|
|
|
"rehype-add-classes": "^1.0.0",
|
2021-08-25 14:17:45 +02:00
|
|
|
"rehype-autolink-headings": "^6.1.0",
|
2021-07-01 19:55:22 +03:00
|
|
|
"rehype-toc": "^3.0.2",
|
|
|
|
"remark-code-titles": "^0.1.2",
|
|
|
|
"remark-slug": "^6.0.0"
|
|
|
|
},
|
|
|
|
"snowpack": {
|
|
|
|
"workspaceRoot": "../.."
|
|
|
|
}
|
|
|
|
}
|