1 | {
|
2 | "name": "react-router",
|
3 | "version": "6.2.1",
|
4 | "author": "Remix Software <hello@remix.run>",
|
5 | "description": "Declarative routing for React",
|
6 | "repository": {
|
7 | "type": "git",
|
8 | "url": "https://github.com/remix-run/react-router.git",
|
9 | "directory": "packages/react-router"
|
10 | },
|
11 | "license": "MIT",
|
12 | "main": "./main.js",
|
13 | "module": "./index.js",
|
14 | "types": "./index.d.ts",
|
15 | "unpkg": "./umd/react-router.production.min.js",
|
16 | "peerDependencies": {
|
17 | "react": ">=16.8"
|
18 | },
|
19 | "dependencies": {
|
20 | "history": "^5.2.0"
|
21 | },
|
22 | "sideEffects": false,
|
23 | "keywords": [
|
24 | "react",
|
25 | "router",
|
26 | "route",
|
27 | "routing",
|
28 | "history",
|
29 | "link"
|
30 | ]
|
31 | }
|