mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-28 12:33:10 +00:00
33 lines
818 B
JSON
33 lines
818 B
JSON
{
|
|
"name": "@docusaurus/mdx-loader",
|
|
"version": "2.0.0-alpha.16",
|
|
"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.18",
|
|
"@mdx-js/react": "^1.0.16",
|
|
"github-slugger": "^1.2.1",
|
|
"gray-matter": "^4.0.2",
|
|
"loader-utils": "^1.2.3",
|
|
"mdast-util-to-string": "^1.0.5",
|
|
"prism-themes": "^1.1.0",
|
|
"prismjs": "^1.16.0",
|
|
"remark-emoji": "^2.0.2",
|
|
"remark-slug": "^5.1.1",
|
|
"stringify-object": "^3.3.0",
|
|
"unist-util-visit": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"remark": "^10.0.1",
|
|
"remark-mdx": "^1.0.14",
|
|
"to-vfile": "^5.0.2"
|
|
}
|
|
}
|