mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
* chore: upgrade dependencies, fix lint-staged not outputting formatted log * fix * fix lock...
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "@docusaurus/mdx-loader",
|
|
"version": "2.0.0-beta.20",
|
|
"description": "Docusaurus Loader for MDX",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc --watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/docusaurus-mdx-loader"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.17.10",
|
|
"@babel/traverse": "^7.17.10",
|
|
"@docusaurus/logger": "2.0.0-beta.20",
|
|
"@docusaurus/utils": "2.0.0-beta.20",
|
|
"@mdx-js/mdx": "^1.6.22",
|
|
"escape-html": "^1.0.3",
|
|
"file-loader": "^6.2.0",
|
|
"fs-extra": "^10.1.0",
|
|
"image-size": "^1.0.1",
|
|
"mdast-util-to-string": "^2.0.0",
|
|
"remark-emoji": "^2.2.0",
|
|
"stringify-object": "^3.3.0",
|
|
"tslib": "^2.4.0",
|
|
"unist-util-visit": "^2.0.3",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.72.1"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/types": "2.0.0-beta.20",
|
|
"@types/escape-html": "^1.0.2",
|
|
"@types/mdast": "^3.0.10",
|
|
"@types/stringify-object": "^3.3.1",
|
|
"@types/unist": "^2.0.6",
|
|
"remark": "^12.0.1",
|
|
"remark-mdx": "^1.6.21",
|
|
"to-vfile": "^6.1.0",
|
|
"unist-builder": "^2.0.3",
|
|
"unist-util-remove-position": "^3.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.4 || ^17.0.0",
|
|
"react-dom": "^16.8.4 || ^17.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
}
|