mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-31 23:54:25 +00:00
* refactor(v2): blog data revamp * fix(v2): fix incorrect blog total count * misc: remove console.log * feat(v2): export frontMatter as an object within MDX file (#1451) * refactor. Don't confuse metadata & frontmatter * export frontMatter in content itself * nits * nits name * dont truncate first four lines in blog
34 lines
851 B
JSON
34 lines
851 B
JSON
{
|
|
"name": "@docusaurus/mdx-loader",
|
|
"version": "2.0.0-alpha.13",
|
|
"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",
|
|
"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"
|
|
}
|
|
}
|