-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
41 lines (41 loc) · 1.4 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
{
"private": true,
"name": "bitmovin-player-react-native-sample",
"description": "Example app showcasing Bitmovin's React Native Player SDK",
"version": "0.0.1",
"scripts": {
"postinstall": "patch-package",
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"pods": "yarn pods-install || yarn pods-update",
"pods-install": "[ \"$(uname)\" != Darwin ] || NO_FLIPPER=1 yarn pod-install",
"pods-update": "[ \"$(uname)\" != Darwin ] || cd ios && NO_FLIPPER=1 pod update --silent"
},
"dependencies": {
"@react-native-picker/picker": "2.6.1",
"@react-navigation/elements": "1.3.26",
"@react-navigation/native": "6.1.14",
"@react-navigation/native-stack": "6.9.22",
"react": "18.2.0",
"react-native": "npm:[email protected]",
"react-native-modal": "13.0.1",
"react-native-orientation-locker": "1.6.0",
"react-native-safe-area-context": "4.9.0",
"react-native-screens": "3.29.0",
"react-native-system-navigation-bar": "^2.6.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.73.18",
"@react-native/metro-config": "^0.73.5",
"babel-plugin-module-resolver": "^5.0.0",
"patch-package": "^8.0.0",
"pod-install": "^0.1.0"
},
"engines": {
"node": ">=18"
}
}