UNPKG

react-router-config-guard

Version:

Static route config and guard for React Router, base on react-router-config

55 lines (54 loc) 1.38 kB
{ "name": "react-router-config-guard", "version": "0.0.5", "description": "Static route config and guard for React Router, base on react-router-config ", "main": "index.js", "files": [ "index.js", "src", "umd" ], "sideEffects": false, "scripts": { "build": "rollup -c", "build-webpack": "webpack --config webpack.prod.config.js" }, "repository": { "type": "git", "url": "git@github.com:PeiJueChen/react-router-config-guard.git" }, "keywords": [ "react", "router", "route", "routing", "static routes", "route config", "react router", "route config guard", "react router config guard" ], "author": "Jason Chan", "license": "ISC", "peerDependencies": { "react": ">=15", "react-router": ">=5" }, "devDependencies": { "@babel/core": "^7.13.14", "@babel/plugin-transform-runtime": "^7.13.10", "@babel/preset-env": "^7.13.12", "@babel/preset-react": "^7.13.13", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^18.0.0", "@rollup/plugin-node-resolve": "^11.2.1", "babel-loader": "^8.2.2", "clean-webpack-plugin": "^3.0.0", "rollup": "^2.44.0", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-uglify": "^6.0.4", "webpack": "^5.30.0", "webpack-cli": "^4.6.0", "webpack-node-externals": "^2.5.2" } }