34 lines
750 B
JSON
34 lines
750 B
JSON
|
{
|
||
|
"name": "react-router-dom",
|
||
|
"version": "6.3.0",
|
||
|
"author": "Remix Software <hello@remix.run>",
|
||
|
"description": "Declarative routing for React web applications",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/remix-run/react-router.git",
|
||
|
"directory": "packages/react-router-dom"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"main": "./main.js",
|
||
|
"module": "./index.js",
|
||
|
"types": "./index.d.ts",
|
||
|
"unpkg": "./umd/react-router-dom.production.min.js",
|
||
|
"dependencies": {
|
||
|
"react-router": "6.3.0",
|
||
|
"history": "^5.2.0"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"react": ">=16.8",
|
||
|
"react-dom": ">=16.8"
|
||
|
},
|
||
|
"sideEffects": false,
|
||
|
"keywords": [
|
||
|
"react",
|
||
|
"router",
|
||
|
"route",
|
||
|
"routing",
|
||
|
"history",
|
||
|
"link"
|
||
|
]
|
||
|
}
|