UNPKG

@skazka/react-router

Version:
42 lines 993 B
{ "name": "@skazka/react-router", "version": "0.0.6", "description": "React Router HOC", "scripts": { "build": "cross-env NODE_ENV=production gulp", "prebuild": "rimraf dist", "release": "npm publish" }, "main": "dist/index.js", "files": [ "dist" ], "engines": { "node": ">=10.0.0" }, "license": "MIT", "publishConfig": { "access": "public" }, "author": "skazkajs", "authors": [ "SkazkaJS <skazkajs@gmail.com> (https://github.com/skazkajs)", "Evheniy Bystrov <evheniy.bystrov@gmail.com> (https://github.com/evheniy)" ], "repository": "https://github.com/skazkajs/skazka/tree/master/packages/react/router", "bugs": { "url": "https://github.com/skazkajs/skazka/issues" }, "homepage": "https://skazkajs.org/", "keywords": [ "skazka", "node.js", "react", "router" ], "peerDependencies": { "@skazka/history": "^0.0.4", "@skazka/react-hoc-builder": "^0.0.5", "react-router": "^5.1.2" } }