icd2k3/react-router-breadcrumbs-hoc

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "react-router-breadcrumbs-hoc",
  "version": "4.1.0",
  "description": "small, flexible, higher order component for rendering breadcrumbs with react-router 4.x",
  "repository": "icd2k3/react-router-breadcrumbs-hoc",
  "main": "dist/cjs/index.js",
  "module": "dist/es/index.js",
  "umd": "dist/umd/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepublishOnly": "npm run build && pinst --disable",
    "build": "rollup -c && yarn types",
    "test": "jest",
    "test-build": "sh ./scripts/test-build.sh",
    "types": "tsc -p tsconfig.json --declaration --emitDeclarationOnly",
    "lint": "eslint ./src/**",
    "postpublish": "pinst --enable",
    "prepare": "husky install"
  },
  "author": "Justin Schrader (me@justin.beer)",
  "license": "MIT",
  "peerDependencies": {
    "react": ">=16.8",
    "react-router-dom": ">=5"
  },
  "devDependencies": {
    "@babel/cli": "^7.14.5",
    "@babel/core": "^7.14.5",
    "@babel/plugin-transform-runtime": "^7.14.5",
    "@babel/preset-env": "^7.14.5",
    "@babel/preset-react": "^7.14.5",
    "@babel/preset-typescript": "^7.14.5",
    "@commitlint/cli": "^12.1.4",
    "@commitlint/config-conventional": "^12.1.4",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-typescript": "^8.2.1",
    "@types/react": "^17.0.11",
    "@types/react-dom": "^17.0.7",
    "@types/react-router-dom": "^5.3.0",
    "@typescript-eslint/eslint-plugin": "^4.26.1",
    "@typescript-eslint/parser": "^4.26.1",
    "@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
    "babel-eslint": "^10.1.0",
    "coveralls": "^3.1.0",
    "enzyme": "^3.11.0",
    "eslint": "^7.28.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.24.0",
    "husky": "^6.0.0",
    "jest": "^27.0.4",
    "jsdom": "^16.6.0",
    "jsdom-global": "^3.0.2",
    "pinst": "^2.1.6",
    "prop-types": "^15.7.2",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-router-dom": "^5.3.0",
    "rollup": "^2.51.1",
    "rollup-plugin-size": "^0.2.2",
    "rollup-plugin-terser": "^7.0.2",
    "typescript": "4.3.2"
  },
  "keywords": [
    "react",
    "router",
    "breadcrumbs",
    "react-router",
    "react-router 4",
    "react-router 5",
    "react-router-dom"
  ]
}