mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
30 lines
775 B
JSON
30 lines
775 B
JSON
{
|
|
"name": "@docusaurus/module-type-aliases",
|
|
"version": "2.0.0",
|
|
"description": "Docusaurus module type aliases.",
|
|
"types": "./src/index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/docusaurus-module-type-aliases"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/react-loadable": "5.5.2",
|
|
"@docusaurus/types": "2.0.0",
|
|
"@types/history": "^4.7.11",
|
|
"@types/react": "*",
|
|
"@types/react-router-config": "*",
|
|
"@types/react-router-dom": "*",
|
|
"react-helmet-async": "*",
|
|
"react-loadable": "npm:@docusaurus/react-loadable@5.5.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"license": "MIT"
|
|
}
|