mirror of
https://github.com/facebook/docusaurus.git
synced 2026-07-21 06:15:31 -04:00
ebd76d8fcb
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
32 lines
792 B
JSON
32 lines
792 B
JSON
{
|
|
"name": "@docusaurus/types",
|
|
"version": "3.10.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.1.1",
|
|
"@types/history": "^4.7.11",
|
|
"@types/mdast": "^4.0.2",
|
|
"@types/react": "19.2.14",
|
|
"commander": "^5.1.0",
|
|
"joi": "^18.1.2",
|
|
"react-helmet-async": "npm:@slorber/react-helmet-async@1.3.0",
|
|
"utility-types": "^3.10.0",
|
|
"webpack": "^5.106.2",
|
|
"webpack-merge": "^6.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0"
|
|
}
|
|
}
|