UNPKG

react-breadcrumbs-context

Version:

Flexible, router agnostic breadcrumbs implemented using React's context API.

67 lines (66 loc) 1.85 kB
{ "name": "react-breadcrumbs-context", "version": "1.1.0", "description": "Flexible, router agnostic breadcrumbs implemented using React's context API.", "main": "./lib/index.js", "types": "./lib/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/charlieduong94/react-breadcrumbs-context.git" }, "keywords": [ "react", "breadcrumbs", "context", "crumbs" ], "author": "Charlie Duong", "license": "MIT", "bugs": { "url": "https://github.com/charlieduong94/react-breadcrumbs-context/issues" }, "homepage": "https://github.com/charlieduong94/react-breadcrumbs-context#readme", "scripts": { "lint": "tslint -p tsconfig.json --format codeFrame", "typecheck": "tsc --noEmit", "pretest": "yarn lint && yarn typecheck", "test": "jest", "test:ci": "jest --coverageReporters=text-lcov | coveralls", "precompile": "rm -rf lib", "compile": "tsc -p tsconfig.dist.json", "prepack": "yarn compile" }, "peerDependencies": { "react": "16" }, "devDependencies": { "@types/enzyme": "^3.1.13", "@types/enzyme-adapter-react-16": "^1.0.3", "@types/jest": "^23.3.1", "@types/react": "^16.4.11", "@types/react-dom": "^16.0.7", "@types/uuid": "^3.4.3", "babel-core": "^6.26.3", "babel-jest": "^23.4.2", "coveralls": "^3.0.2", "enzyme": "^3.4.4", "enzyme-adapter-react-16": "^1.2.0", "husky": "^1.0.0-rc.13", "jest": "^23.5.0", "lint-staged": "^7.2.2", "prettier": "^1.14.2", "react": "^16.4.2", "react-dom": "^16.4.2", "ts-jest": "^23.1.3", "tslint": "^5.11.0", "tslint-config-prettier": "^1.14.0", "tslint-config-standard": "^7.1.0", "typescript": "^3.0.1", "uuid": "^3.3.2" }, "husky": { "hooks": { "pre-commit": "lint-staged" } } }