mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
* chore: upgrade dependencies, fix lint-staged not outputting formatted log * fix * fix lock...
32 lines
734 B
JSON
32 lines
734 B
JSON
{
|
|
"name": "@docusaurus/types",
|
|
"version": "2.0.0-beta.20",
|
|
"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",
|
|
"scripts": {
|
|
"test": "tsc -p ."
|
|
},
|
|
"dependencies": {
|
|
"commander": "^5.1.0",
|
|
"history": "^4.9.0",
|
|
"joi": "^17.6.0",
|
|
"react-helmet-async": "^1.3.0",
|
|
"utility-types": "^3.10.0",
|
|
"webpack": "^5.72.1",
|
|
"webpack-merge": "^5.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.4 || ^17.0.0",
|
|
"react-dom": "^16.8.4 || ^17.0.0"
|
|
}
|
|
}
|