2019-04-06 12:55:22 -04:00
|
|
|
{
|
|
|
|
|
"name": "@docusaurus/mdx-loader",
|
2019-11-08 01:27:03 -05:00
|
|
|
"version": "2.0.0-alpha.33",
|
2019-04-06 12:55:22 -04:00
|
|
|
"description": "Docusaurus Loader for MDX",
|
|
|
|
|
"main": "src/index.js",
|
2019-04-10 10:21:35 -04:00
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
|
|
|
|
},
|
2019-04-06 12:55:22 -04:00
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
2019-11-07 01:32:55 -05:00
|
|
|
"@babel/parser": "^7.7.2",
|
|
|
|
|
"@babel/traverse": "^7.7.2",
|
2019-10-21 01:25:30 -04:00
|
|
|
"@mdx-js/mdx": "^1.5.1",
|
|
|
|
|
"@mdx-js/react": "^1.5.1",
|
2019-04-23 04:22:11 -04:00
|
|
|
"github-slugger": "^1.2.1",
|
2019-05-13 03:16:15 -04:00
|
|
|
"gray-matter": "^4.0.2",
|
2019-04-06 12:55:22 -04:00
|
|
|
"loader-utils": "^1.2.3",
|
2019-07-17 11:59:13 -04:00
|
|
|
"mdast-util-to-string": "^1.0.6",
|
2019-04-23 04:22:11 -04:00
|
|
|
"remark-emoji": "^2.0.2",
|
2019-07-17 11:59:13 -04:00
|
|
|
"remark-slug": "^5.1.2",
|
2019-04-23 04:22:11 -04:00
|
|
|
"stringify-object": "^3.3.0",
|
2019-08-01 08:14:12 -04:00
|
|
|
"unist-util-visit": "^2.0.0"
|
2019-04-23 04:22:11 -04:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"remark": "^10.0.1",
|
|
|
|
|
"remark-mdx": "^1.0.14",
|
|
|
|
|
"to-vfile": "^5.0.2"
|
2019-04-06 12:55:22 -04:00
|
|
|
}
|
|
|
|
|
}
|