react-router-dom
Version:
Declarative routing for React web applications
30 lines (29 loc) • 686 B
JSON
{
"name": "react-router-dom",
"version": "6.0.0-alpha.2",
"description": "Declarative routing for React web applications",
"author": "React Training <hello@reacttraining.com>",
"repository": "ReactTraining/react-router",
"license": "MIT",
"main": "main.js",
"module": "react-router-dom.js",
"unpkg": "umd/react-router-dom.production.min.js",
"dependencies": {
"history": "5.0.0-beta.4",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8",
"react-router": "6.0.0-alpha.2"
},
"sideEffects": false,
"keywords": [
"react",
"router",
"route",
"routing",
"history",
"link"
]
}