@equinor/fusion-react-errorboundary
Version:
React component for error boundary
72 lines • 1.78 kB
JSON
{
"name": "@equinor/fusion-react-errorboundary",
"version": "2.0.6",
"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",
"directory": "packages/errorboundary"
},
"bugs": {
"url": "https://github.com/equinor/fusion-react-components/issues"
},
"dependencies": {
"react-error-boundary": "^6.0.0",
"@equinor/fusion-react-styles": "^2.1.4",
"@equinor/fusion-react-utils": "^3.0.2"
},
"devDependencies": {
"@equinor/eds-core-react": "^2.5.0",
"@equinor/eds-icons": "^1.4.0",
"@equinor/eds-tokens": "^2.2.0",
"@types/react": "^19.2.14",
"react": "^19.2.5",
"styled-components": "^6.1.1"
},
"peerDependencies": {
"@equinor/eds-core-react": "^2",
"@equinor/eds-icons": "^1",
"@equinor/eds-tokens": "^2",
"react": "^18 || ^19",
"react-dom": "^18 || ^19",
"styled-components": "^6.1.1"
},
"scripts": {
"build": "tsc -b",
"lint": "biome lint",
"format": "biome format"
}
}