docusaurus/packages/docusaurus-mdx-loader/package.json
Endilie Yacop Sucipto 745f32b010
feat(v2): support rightToc, emoji, slug for docs (#1382)
* add remark-slug and remark-emoji

* implement right TOC remark plugin

* use rehype-slug ecosystem instead of remark for perf

* first rough implementation for right toc

* nits

* remove unwanted changes

* fix left border styling

* remove depths

* inline snapshot
2019-04-23 15:22:11 +07:00

33 lines
820 B
JSON

{
"name": "@docusaurus/mdx-loader",
"version": "2.0.0-alpha.7",
"description": "Docusaurus Loader for MDX",
"main": "src/index.js",
"publishConfig": {
"access": "public"
},
"license": "MIT",
"dependencies": {
"@babel/parser": "^7.4.3",
"@babel/traverse": "^7.4.3",
"@mapbox/rehype-prism": "^0.3.1",
"@mdx-js/mdx": "^1.0.14",
"@mdx-js/react": "^1.0.6",
"github-slugger": "^1.2.1",
"loader-utils": "^1.2.3",
"mdast-util-to-string": "^1.0.5",
"prism-themes": "^1.1.0",
"prismjs": "^1.16.0",
"rehype-slug": "^2.0.2",
"remark-emoji": "^2.0.2",
"stringify-object": "^3.3.0",
"unist-util-visit": "^1.4.0"
},
"devDependencies": {
"@babel/polyfill": "^7.4.3",
"remark": "^10.0.1",
"remark-mdx": "^1.0.14",
"to-vfile": "^5.0.2"
}
}