UNPKG

react-app-error-boundary

Version:

Allows to opt-out of react-error-overlay in your react-app

39 lines (38 loc) 802 B
{ "name": "react-app-error-boundary", "version": "1.0.5", "description": "Allows to opt-out of react-error-overlay in your react-app", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc" }, "keywords": [ "react", "react-app", "error", "error-boundary", "overlay", "rewire" ], "author": "Jeron Diovis <void.jeron.diovis@gmail.com>", "repository": { "type": "git", "url": "https://github.com/jeron-diovis/react-app-error-boundary.git" }, "license": "MIT", "devDependencies": { "@types/node": "^16.11.12", "@types/react": ">=17", "typescript": "^4.5.3" }, "peerDependencies": { "react": ">=16" }, "dependencies": { "react-error-boundary": ">=3.1.4" }, "files": [ "dist" ] }