UNPKG

2.21 kBJSONView Raw
1{
2 "name": "react-router",
3 "version": "5.0.1",
4 "description": "Declarative routing for React",
5 "repository": "ReactTraining/react-router",
6 "license": "MIT",
7 "authors": [
8 "Michael Jackson",
9 "Ryan Florence"
10 ],
11 "files": [
12 "MemoryRouter.js",
13 "Prompt.js",
14 "Redirect.js",
15 "Route.js",
16 "Router.js",
17 "StaticRouter.js",
18 "Switch.js",
19 "cjs",
20 "es",
21 "esm",
22 "index.js",
23 "generatePath.js",
24 "matchPath.js",
25 "withRouter.js",
26 "warnAboutDeprecatedCJSRequire.js",
27 "umd"
28 ],
29 "main": "index.js",
30 "module": "esm/react-router.js",
31 "sideEffects": false,
32 "scripts": {
33 "build": "rollup -c",
34 "lint": "eslint modules",
35 "prepublishOnly": "npm run build",
36 "test": "jest"
37 },
38 "peerDependencies": {
39 "react": ">=15"
40 },
41 "dependencies": {
42 "@babel/runtime": "^7.1.2",
43 "history": "^4.9.0",
44 "hoist-non-react-statics": "^3.1.0",
45 "loose-envify": "^1.3.1",
46 "mini-create-react-context": "^0.3.0",
47 "path-to-regexp": "^1.7.0",
48 "prop-types": "^15.6.2",
49 "react-is": "^16.6.0",
50 "tiny-invariant": "^1.0.2",
51 "tiny-warning": "^1.0.0"
52 },
53 "devDependencies": {
54 "@babel/core": "^7.1.2",
55 "@babel/plugin-proposal-class-properties": "^7.1.0",
56 "@babel/plugin-transform-runtime": "^7.1.0",
57 "@babel/preset-env": "^7.1.0",
58 "@babel/preset-react": "^7.0.0",
59 "babel-eslint": "^10.0.1",
60 "babel-jest": "^24.8.0",
61 "babel-plugin-dev-expression": "^0.2.1",
62 "eslint": "^5.16.0",
63 "eslint-plugin-import": "^2.17.0",
64 "eslint-plugin-react": "^7.9.1",
65 "jest": "^24.8.0",
66 "jest-circus": "^24.8.0",
67 "raf": "^3.4.1",
68 "react": "^16.5.2",
69 "react-dom": "^16.5.2",
70 "rollup": "^0.66.6",
71 "rollup-plugin-babel": "^4.3.2",
72 "rollup-plugin-commonjs": "^9.3.4",
73 "rollup-plugin-node-resolve": "^3.4.0",
74 "rollup-plugin-replace": "^2.2.0",
75 "rollup-plugin-size-snapshot": "0.7.0",
76 "rollup-plugin-uglify": "^6.0.2"
77 },
78 "browserify": {
79 "transform": [
80 "loose-envify"
81 ]
82 },
83 "keywords": [
84 "react",
85 "router",
86 "route",
87 "routing",
88 "history",
89 "link"
90 ],
91 "gitHead": "0c9a10d9807b879912f2dff2fbebffe0aa7048ed"
92}