@equinor/fusion-react-errorboundary
Version:
React component for error boundary
67 lines • 1.66 kB
JSON
{
"name": "@equinor/fusion-react-errorboundary",
"version": "1.0.7",
"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": "^6.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.45.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"
}
}