-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.13 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
{
"name": "@busha/pay-react-native-example",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"build:ios": "xcodebuild ONLY_ACTIVE_ARCH=YES -workspace ios/PayReactNativeExample.xcworkspace -UseNewBuildSystem=YES -scheme PayReactNativeExample -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build -quiet",
"build:android": "cd android && ./gradlew assembleDebug -DtestBuildType=debug -Dorg.gradle.jvmargs=-Xmx4g",
"build:web": "expo export --platform web"
},
"dependencies": {
"@expo/metro-runtime": "~5.0.5",
"expo": "~53.0.27",
"expo-application": "~6.1.5",
"expo-build-properties": "~0.14.8",
"expo-status-bar": "~2.2.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.6",
"react-native-safe-area-context": "~5.4.0",
"react-native-svg": "15.11.2",
"react-native-web": "~0.20.0",
"react-native-webview": "13.13.5"
},
"private": true,
"devDependencies": {
"react-native-builder-bob": "^0.41.0",
"react-native-monorepo-config": "^0.3.3"
}
}