{ "name": "@sentry/react", "version": "7.102.0", "description": "Official Sentry SDK for React.js", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/react", "author": "Sentry", "license": "MIT", "engines": { "node": ">=8" }, "files": [ "cjs", "esm", "types", "types-ts3.8" ], "main": "cjs/index.js", "module": "esm/index.js", "types": "types/index.d.ts", "typesVersions": { "<4.9": { "types/index.d.ts": [ "types-ts3.8/index.d.ts" ] } }, "publishConfig": { "access": "public" }, "dependencies": { "@sentry/browser": "7.102.0", "@sentry/core": "7.102.0", "@sentry/types": "7.102.0", "@sentry/utils": "7.102.0", "hoist-non-react-statics": "^3.3.2" }, "peerDependencies": { "react": "15.x || 16.x || 17.x || 18.x" }, "devDependencies": { "@testing-library/react": "^13.0.0", "@testing-library/react-hooks": "^7.0.2", "@types/history-4": "npm:@types/history@4.7.8", "@types/history-5": "npm:@types/history@4.7.8", "@types/hoist-non-react-statics": "^3.3.1", "@types/node-fetch": "^2.6.0", "@types/react": "^17.0.3", "@types/react-router-3": "npm:@types/react-router@3.0.24", "@types/react-router-4": "npm:@types/react-router@5.1.14", "@types/react-router-5": "npm:@types/react-router@5.1.14", "eslint-plugin-react": "^7.20.5", "eslint-plugin-react-hooks": "^4.0.8", "history-4": "npm:history@4.6.0", "history-5": "npm:history@4.9.0", "node-fetch": "^2.6.0", "react": "^18.0.0", "react-dom": "^18.0.0", "react-router-3": "npm:react-router@3.2.0", "react-router-4": "npm:react-router@4.1.0", "react-router-5": "npm:react-router@5.0.0", "react-router-6": "npm:react-router@6.3.0", "react-router-6.4": "npm:react-router@6.4.2", "redux": "^4.0.5" }, "sideEffects": false }