-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
60 lines (60 loc) · 1.59 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@bugsnag/expo",
"version": "52.0.0",
"main": "src/notifier.js",
"types": "types/bugsnag.d.ts",
"description": "Bugsnag error reporter for Expo applications",
"keywords": [
"bugsnag",
"expo",
"react native",
"exception",
"error",
"javascript",
"monitoring",
"reporting",
"stability",
"mobile"
],
"homepage": "https://www.bugsnag.com/",
"repository": {
"type": "git",
"url": "[email protected]:bugsnag/bugsnag-expo.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"src",
"hooks",
"types"
],
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^7.22.7",
"@bugsnag/delivery-expo": "^52.0.0",
"@bugsnag/plugin-browser-session": "^7.22.7",
"@bugsnag/plugin-console-breadcrumbs": "^7.22.7",
"@bugsnag/plugin-expo-app": "^52.0.0",
"@bugsnag/plugin-expo-app-state-breadcrumbs": "^52.0.0",
"@bugsnag/plugin-expo-connectivity-breadcrumbs": "^52.0.0",
"@bugsnag/plugin-expo-device": "^52.0.0",
"@bugsnag/plugin-network-breadcrumbs": "^7.22.7",
"@bugsnag/plugin-react": "^7.22.7",
"@bugsnag/plugin-react-native-global-error-handler": "^7.22.7",
"@bugsnag/plugin-react-native-orientation-breadcrumbs": "^7.22.7",
"@bugsnag/plugin-react-native-unhandled-rejection": "^7.22.7",
"@bugsnag/source-maps": "^2.3.3",
"bugsnag-build-reporter": "^2.0.0"
},
"devDependencies": {
"expo-constants": "~17.0.3"
},
"peerDependencies": {
"expo": "^52.0.0",
"expo-constants": "~17.0.3",
"promise": "^8.3.0",
"react": "*"
}
}