-
-
Notifications
You must be signed in to change notification settings - Fork 344
/
Copy pathpackage.json
51 lines (51 loc) · 1.55 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
{
"name": "sentry-react-native-expo-sample",
"version": "6.11.0-beta.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"start:android": "expo start --android",
"start:ios": "expo start --ios",
"start:web": "expo start --web",
"android": "expo run:android",
"ios": "expo run:ios",
"ts:check": "tsc",
"export": "expo export --dump-sourcemap --clear --platform all",
"export:web": "expo export --dump-sourcemap --clear --platform web",
"prebuild": "expo prebuild --clean --no-install",
"set-version": "npx react-native-version --skip-tag --never-amend"
},
"dependencies": {
"@sentry/react-native": "6.11.0-beta.0",
"@types/react": "~18.3.12",
"expo": "^52.0.0",
"expo-constants": "~17.0.3",
"expo-image-picker": "~16.0.5",
"expo-linking": "~7.0.2",
"expo-router": "~4.0.5",
"expo-status-bar": "~2.0.0",
"expo-web-browser": "^14.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.78.1",
"react-native-gesture-handler": "~2.20.2",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.0.0",
"react-native-web": "~0.19.13",
"typescript": "^5.3.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@sentry/babel-plugin-component-annotate": "3.2.3",
"@types/node": "20.10.4",
"sentry-react-native-samples-utils": "workspace:^"
},
"overrides": {
"react-refresh": "~0.14.0"
},
"resolutions": {
"react-refresh": "~0.14.0"
},
"private": true
}