{
  "name": "oaf-react-router",
  "version": "4.1.0",
  "main": "dist",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/oaf-project/oaf-react-router.git"
  },
  "devDependencies": {
    "@stryker-mutator/core": "^6.3.1",
    "@stryker-mutator/jest-runner": "^6.3.1",
    "@stryker-mutator/typescript-checker": "^6.3.1",
    "@testing-library/react": "^13.4.0",
    "@types/jest": "^29.2.6",
    "@types/react-dom": "^18.0.10",
    "@typescript-eslint/eslint-plugin": "^5.49.0",
    "@typescript-eslint/parser": "^5.49.0",
    "codecov": "^3.8.3",
    "eslint": "^8.32.0",
    "eslint-config-agile-digital": "^1.4.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-config-typed-fp": "^3.3.0",
    "eslint-plugin-functional": "^4.4.1",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jest": "^27.2.1",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.32.1",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-sonarjs": "^0.18.0",
    "eslint-plugin-spellcheck": "^0.0.20",
    "eslint-plugin-total-functions": "^6.0.0",
    "jest": "^29.4.0",
    "jest-environment-jsdom": "^29.4.0",
    "prettier": "^2.8.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router": "^6.7.0",
    "react-router-dom": "^6.7.0",
    "total-functions": "^3.0.0",
    "ts-jest": "^29.0.5",
    "type-coverage": "^2.24.1",
    "typescript": "^4.9.4"
  },
  "dependencies": {
    "oaf-routing": "^4.0.2",
    "rxjs": "^7.8.0"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-router": "^6.6.1",
    "react-router-dom": "^6.6.1"
  },
  "scripts": {
    "build": "tsc",
    "lint": "eslint src --ext .ts,.tsx --report-unused-disable-directives",
    "format": "prettier --write '{src,test}/**/*.{ts,tsx}'",
    "release": "yarn build && yarn lint && yarn type-coverage && yarn publish",
    "test": "jest"
  },
  "prettier": {
    "trailingComma": "all"
  },
  "typeCoverage": {
    "atLeast": 100,
    "ignoreCatch": false,
    "strict": true,
    "detail": true
  }
}
