mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
32 lines
806 B
JSON
32 lines
806 B
JSON
{
|
|
"name": "@docusaurus/types",
|
|
"version": "3.9.1",
|
|
"description": "Common types for Docusaurus packages.",
|
|
"types": "./src/index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/docusaurus-types"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@mdx-js/mdx": "^3.0.0",
|
|
"@types/history": "^4.7.11",
|
|
"@types/mdast": "^4.0.2",
|
|
"@types/react": "*",
|
|
"commander": "^5.1.0",
|
|
"joi": "^17.9.2",
|
|
"react-helmet-async": "npm:@slorber/react-helmet-async@1.3.0",
|
|
"utility-types": "^3.10.0",
|
|
"webpack": "^5.95.0",
|
|
"webpack-merge": "^5.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0 || ^19.0.0",
|
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
}
|
|
}
|