UNPKG

866 BJSONView Raw
1{
2 "name": "react-router",
3 "version": "6.12.0",
4 "description": "Declarative routing for React",
5 "keywords": [
6 "react",
7 "router",
8 "route",
9 "routing",
10 "history",
11 "link"
12 ],
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/remix-run/react-router",
16 "directory": "packages/react-router"
17 },
18 "license": "MIT",
19 "author": "Remix Software <hello@remix.run>",
20 "sideEffects": false,
21 "main": "./dist/main.js",
22 "unpkg": "./dist/umd/react-router.production.min.js",
23 "module": "./dist/index.js",
24 "types": "./dist/index.d.ts",
25 "dependencies": {
26 "@remix-run/router": "1.6.3"
27 },
28 "devDependencies": {
29 "react": "^18.2.0"
30 },
31 "peerDependencies": {
32 "react": ">=16.8"
33 },
34 "files": [
35 "dist/",
36 "CHANGELOG.md",
37 "LICENSE.md",
38 "README.md"
39 ],
40 "engines": {
41 "node": ">=14"
42 }
43}