UNPKG

@rollbar/react

Version:

Effortlessly track and debug errors in your React applications with Rollbar. This package includes advanced error tracking features and a set of React-specific enhancements to help you identify and fix issues more quickly.

110 lines (109 loc) 3.5 kB
{ "name": "@rollbar/react", "version": "0.12.1", "description": "Effortlessly track and debug errors in your React applications with Rollbar. This package includes advanced error tracking features and a set of React-specific enhancements to help you identify and fix issues more quickly.", "main": "lib", "module": "dist", "bundles": { "browser": "bundles/browser.umd.js" }, "sideEffects": false, "directories": { "lib": "dist" }, "types": "index.d.ts", "files": [ "dist", "lib", "bundles", "index.d.ts" ], "scripts": { "test": "jest", "lint": "eslint . --ext .js,.jsx,.mjs,.cjs,.ts,.tsx", "lint:examples": "ts-node scripts/foreach-example.ts npx eslint . --ext .js,.jsx,.mjs,.cjs,.ts,.tsx", "lint:all": "npm run lint && npm run lint:examples", "install:all": "node scripts/install-all.js", "clean:build": "rimraf dist lib bundles", "clean:all": "ts-node scripts/clean.ts", "build:files": "rollup --config", "build": "npm run clean:build && npm run build:files", "build:examples": "ts-node scripts/foreach-example.ts npm run build", "build:all": "npm run build && npm run build:examples", "yalc:pub": "yalc publish --sig --push" }, "repository": { "type": "git", "url": "git+https://github.com/rollbar/rollbar-react.git" }, "keywords": [ "react", "rollbar", "error", "tracking", "debugging", "monitoring" ], "author": "jeff.hoffer@rollbar.com", "license": "MIT", "bugs": { "url": "https://github.com/rollbar/rollbar-react/issues" }, "homepage": "https://github.com/rollbar/rollbar-react#readme", "dependencies": { "tiny-invariant": "^1.1.0" }, "devDependencies": { "@babel/cli": "^7.23.9", "@babel/core": "^7.24.0", "@babel/eslint-parser": "^7.23.10", "@babel/eslint-plugin": "^7.23.5", "@babel/node": "^7.23.9", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-syntax-class-properties": "^7.12.13", "@babel/preset-env": "^7.24.0", "@babel/preset-react": "^7.23.3", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@testing-library/dom": "^9.3.4", "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^8.0.1", "@types/jest": "^29.5.12", "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0", "babel-jest": "^29.7.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-jest": "^27.9.0", "eslint-plugin-jest-dom": "^5.1.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-testing-library": "^6.2.0", "fast-check": "^3.15.1", "glob": "^10.3.10", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "prettier": "^3.2.5", "prop-types": "^15.8.1", "react": "^17", "react-dom": "^17", "regenerator-runtime": "^0.14.1", "rimraf": "^5.0.5", "rollbar": "^2.26.4", "rollup": "^4.12.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-preserve-directives": "^0.4.0", "semver": "^7.6.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "typescript": "^5", "yalc": "^1.0.0-pre.53" }, "peerDependencies": { "prop-types": "^15.7.2", "react": "16.x || 17.x || 18.x || 19.x", "rollbar": "^2.26.4" } }