{
  "name": "@equinor/fusion-react-errorboundary",
  "version": "1.0.5",
  "description": "React component for error boundary",
  "keywords": [
    "error-boundary",
    "react",
    "fusion",
    "equinor"
  ],
  "homepage": "https://github.com/equinor/fusion-react-components/tree/master/packages/errorboundary#readme",
  "license": "ISC",
  "main": "dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./legacy": "./dist/legacy/index.js",
    "./package.json": "./package.json",
    "./README.md": "./README.md",
    "./CHANGELOG.md": "./CHANGELOG.md"
  },
  "types": "dist/index.d.ts",
  "typesVersions": {
    "*": {
      "legacy": [
        "dist/legacy/index.d.ts"
      ]
    }
  },
  "directories": {
    "dist": "dist"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/equinor/fusion-react-components.git"
  },
  "bugs": {
    "url": "https://github.com/equinor/fusion-react-components/issues"
  },
  "dependencies": {
    "@equinor/fusion-react-styles": "^0.6.0",
    "@equinor/fusion-react-utils": "^2.1.0",
    "react-error-boundary": "^5.0.0"
  },
  "devDependencies": {
    "@equinor/eds-icons": "~0.22.0",
    "@equinor/eds-tokens": "^0.9.2",
    "@types/react": "^18.2.24",
    "react": "^18.2.0",
    "styled-components": "^6.1.1"
  },
  "peerDependencies": {
    "@equinor/eds-core-react": "^0.43.0",
    "@equinor/eds-icons": "~0.22.0",
    "styled-components": "^6.1.1"
  },
  "scripts": {
    "build": "tsc -b",
    "lint": "eslint --ext .ts,.tsx,.js src/",
    "lint:fix": "eslint --ext .ts,.tsx,.js src/ --fix"
  }
}