forked from expo/sentry-expo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.8 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
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "sentry-expo",
"version": "5.0.2",
"description": "Catch your Javascript errors for your production Expo apps!",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build",
"upload-sourcemaps.js",
"plugin/build",
"app.plugin.js"
],
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"license": "MIT",
"keywords": [
"react-native",
"expo",
"sentry"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/sentry-expo.git"
},
"bugs": {
"url": "https://github.com/expo/sentry-expo/issues"
},
"jest": {
"preset": "expo-module-scripts"
},
"author": "650 Industries, Inc.",
"homepage": "https://docs.expo.io/guides/using-sentry/",
"dependencies": {
"@expo/config-plugins": "~5.0.0",
"@expo/config-types": "^46.0.1",
"@expo/spawn-async": "^1.6.0",
"@sentry/browser": "7.7.0",
"@sentry/integrations": "7.7.0",
"@sentry/react-native": "4.2.2",
"@sentry/types": "7.7.0",
"mkdirp": "^1.0.4",
"rimraf": "^3.0.2"
},
"peerDependencies": {
"expo-application": "*",
"expo-constants": "*",
"expo-device": "*",
"expo-updates": "*"
},
"devDependencies": {
"@types/mkdirp": "^1.0.2",
"@types/node": "^14.0.1",
"@types/react-native": "^0.69.1",
"@types/rimraf": "^3.0.2",
"expo-application": "~4.2.0",
"expo-constants": "~13.2.2",
"expo-device": "~4.3.0",
"expo-module-scripts": "2.1.0",
"expo-updates": "~0.14.2",
"jest": "26",
"react": "18.0.0",
"react-native": "^0.69.1",
"react-native-web": "~0.18.6",
"typescript": "^4.7.4"
}
}