You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
865 B
44 lines
865 B
{
|
|
"name": "react-router",
|
|
"version": "6.4.2",
|
|
"description": "Declarative routing for React",
|
|
"keywords": [
|
|
"react",
|
|
"router",
|
|
"route",
|
|
"routing",
|
|
"history",
|
|
"link"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/remix-run/react-router",
|
|
"directory": "packages/react-router"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Remix Software <hello@remix.run>",
|
|
"sideEffects": false,
|
|
"main": "./dist/main.js",
|
|
"unpkg": "./dist/umd/react-router.production.min.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"dependencies": {
|
|
"@remix-run/router": "1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"react": "^18.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.8"
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"CHANGELOG.md",
|
|
"LICENSE.md",
|
|
"README.md"
|
|
],
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
}
|