UNPKG

@bravissimolabs/react-router-config

Version:

Static route config matching for React Router

89 lines (88 loc) 2.21 kB
{ "name": "@bravissimolabs/react-router-config", "version": "1.0.0-beta.5", "description": "Static route config matching for React Router", "repository": { "type": "git", "url": "git+https://github.com/ReactTraining/react-router.git" }, "license": "MIT", "authors": [ "Ryan Florence" ], "files": [ "es", "index.js", "matchRoutes.js", "renderRoutes.js", "umd" ], "main": "index.js", "module": "es/index.js", "sideEffects": false, "scripts": { "build": "node ./tools/build.js", "watch": "babel ./modules -d . --ignore __tests__ --watch", "prepublishOnly": "node ./tools/build.js", "clean": "git clean -fdX .", "lint": "eslint modules", "test": "jest" }, "peerDependencies": { "react": ">=15", "react-router": "^4.2.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-eslint": "^8.2.1", "babel-jest": "^22.1.0", "babel-plugin-dev-expression": "^0.2.1", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.12", "babel-preset-es2015": "^6.14.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-1": "^6.5.0", "eslint": "^4.16.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-react": "^7.6.0", "gzip-size": "^4.1.0", "history": "^4.7.2", "jest": "^22.1.4", "pretty-bytes": "^4.0.2", "raf": "^3.4.0", "react": "^16.2.0", "react-addons-test-utils": "^15.6.2", "react-dom": "^16.2.0", "react-router": "^4.2.0", "rollup": "^0.50.1", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-commonjs": "^8.2.6", "rollup-plugin-node-resolve": "^3.0.2", "rollup-plugin-replace": "^2.0.0", "rollup-plugin-uglify": "^3.0.0" }, "browserify": { "transform": [ "loose-envify" ] }, "jest": { "setupFiles": [ "raf/polyfill" ] }, "keywords": [ "react", "router", "route", "routing", "static routes", "route config", "react router" ], "bugs": { "url": "https://github.com/ReactTraining/react-router/issues" }, "homepage": "https://github.com/ReactTraining/react-router#readme", "author": "" }