UNPKG

2.24 kBJSONView Raw
1{
2 "name": "react-router",
3 "version": "5.0.0",
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 "create-react-context": "^0.2.2",
44 "history": "^4.9.0",
45 "hoist-non-react-statics": "^3.1.0",
46 "loose-envify": "^1.3.1",
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-core": "^7.0.0-bridge.0",
60 "babel-eslint": "^10.0.1",
61 "babel-jest": "^23.6.0",
62 "babel-plugin-dev-expression": "^0.2.1",
63 "eslint": "^5.7.0",
64 "eslint-plugin-import": "^2.12.0",
65 "eslint-plugin-react": "^7.9.1",
66 "jest": "^23.6.0",
67 "jest-circus": "^23.6.0",
68 "raf": "^3.4.0",
69 "react": "^16.5.2",
70 "react-dom": "^16.5.2",
71 "rollup": "^0.66.6",
72 "rollup-plugin-babel": "^4.0.3",
73 "rollup-plugin-commonjs": "^9.2.0",
74 "rollup-plugin-node-resolve": "^3.4.0",
75 "rollup-plugin-replace": "^2.1.0",
76 "rollup-plugin-size-snapshot": "^0.7.0",
77 "rollup-plugin-uglify": "^6.0.0"
78 },
79 "browserify": {
80 "transform": [
81 "loose-envify"
82 ]
83 },
84 "keywords": [
85 "react",
86 "router",
87 "route",
88 "routing",
89 "history",
90 "link"
91 ],
92 "gitHead": "ea8eba843bf899daf8a51c2617d05c179b38369d"
93}