-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.31 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.31 KB
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
{
"name": "RtnGimbalAirshipAdapterExample",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android --appId com.gimbal.airship.reactnative.android",
"ios": "react-native run-ios",
"start": "react-native start",
"postinstall": "react-native setup-ios-permissions && cd ios && pod install && cd .."
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.18.1",
"@react-native-community/cli": "^10.2.0",
"@react-native-community/masked-view": "^0.1.7",
"@ua/react-native-airship": "16.1.1",
"moment": "^2.24.0",
"react": "18.2.0",
"react-native": "0.71.6",
"react-native-gesture-handler": "^1.6.1",
"react-native-gradle-plugin": "^0.71.16",
"react-native-permissions": "^3.8.0",
"react-native-reanimated": "3.1.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.4.0",
"react-navigation": "^4.0.10",
"react-navigation-stack": "^2.3.7",
"react-navigation-tabs": "^2.5.5"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.21.0",
"babel-plugin-module-resolver": "^4.1.0",
"metro-react-native-babel-preset": "0.73.7"
},
"reactNativePermissionsIOS": [
"BluetoothPeripheral",
"LocationWhenInUse"
]
}