-
-
Notifications
You must be signed in to change notification settings - Fork 344
/
Copy pathpackage.json
58 lines (58 loc) · 2 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
{
"name": "sentry-react-native-macos-sample",
"version": "6.11.0-beta.0",
"private": true,
"scripts": {
"start": "react-native start --experimental-debugger",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx",
"fix": "npx eslint . --ext .js,.jsx,.ts,.tsx --fix",
"type-check": "tsc --noEmit",
"pod-install-legacy": "cd macos; bundle exec pod install; cd ..",
"pod-install-legacy-production": "cd macos; PRODUCTION=1 bundle exec pod install; cd ..",
"clean-macos": "cd macos; rm -rf Podfile.lock Pods build; cd ..",
"clean-watchman": "watchman watch-del-all"
},
"dependencies": {
"@react-navigation/bottom-tabs": "^6.5.12",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"@sentry/core": "9.10.1",
"@sentry/react": "9.10.1",
"@sentry/react-native": "6.11.0-beta.0",
"delay": "^6.0.0",
"react": "18.2.0",
"react-native": "0.73.9",
"react-native-gesture-handler": "2.14.0",
"react-native-macos": "0.73.34",
"react-native-reanimated": "3.8.1",
"react-native-safe-area-context": "4.8.0",
"react-native-screens": "3.29.0",
"react-native-svg": "^15.3.0",
"react-native-vector-icons": "^10.0.3",
"react-redux": "^8.1.3",
"redux": "^4.2.1"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/runtime": "^7.22.5",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.5",
"@react-native/typescript-config": "0.73.1",
"@types/react": "^18.2.65",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"sentry-react-native-samples-utils": "workspace:^",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}