mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-28 20:52:48 +00:00
* routeBasePath: '' should be forbidden * routeBasePath: '' should be forbidden * commit * try to trigger cla bot
36 lines
855 B
JSON
36 lines
855 B
JSON
{
|
|
"name": "@docusaurus/plugin-client-redirects",
|
|
"version": "2.0.0-alpha.62",
|
|
"description": "Client redirects plugin for Docusaurus",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc --watch"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@docusaurus/core": "^2.0.0-alpha.62",
|
|
"@docusaurus/types": "^2.0.0-alpha.62",
|
|
"@docusaurus/utils": "^2.0.0-alpha.62",
|
|
"@docusaurus/utils-validation": "^2.0.0-alpha.62",
|
|
"@hapi/joi": "^17.1.1",
|
|
"@types/hapi__joi": "^17.1.2",
|
|
"chalk": "^3.0.0",
|
|
"eta": "^1.1.1",
|
|
"fs-extra": "^8.1.0",
|
|
"globby": "^10.0.1",
|
|
"lodash": "^4.17.15"
|
|
},
|
|
"peerDependencies": {
|
|
"@docusaurus/core": "^2.0.0",
|
|
"react": "^16.8.4",
|
|
"react-dom": "^16.8.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.9.0"
|
|
}
|
|
}
|