react-router-manage
Version:
react-router-manage extends react-router(v6), it Including authentication, configuration, addition, deletion and modification
48 lines (47 loc) • 1.14 kB
JSON
{
"name": "react-router-manage",
"version": "2.0.4",
"author": "wenxinping@corp.netease.com",
"description": "react-router-manage extends react-router(v6), it Including authentication, configuration, addition, deletion and modification",
"repository": {
"type": "git",
"url": "https://github.com/NSFI/react-router-manage.git",
"directory": "packages/react-router-manage"
},
"license": "MIT",
"main": "./dist/main.js",
"unpkg": "./dist/umd/react-router-dom.production.min.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8"
},
"dependencies": {
"query-string": "^7.1.1",
"react-router": "6.9.0",
"react-router-dom": "6.9.0",
"@remix-run/router": "1.4.0"
},
"devDependencies": {
"@types/query-string": "^6.3.0"
},
"files": [
"dist/",
"README.md"
],
"sideEffects": false,
"keywords": [
"react",
"router",
"react-router",
"router-manage",
"router-pro",
"route",
"routing",
"history",
"guard",
"react router guard",
"路由管理"
]
}