-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
87 lines (87 loc) · 3.54 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "developerapp",
"version": "1.0.0",
"license": "Apache-2.0",
"store-versions": {
"google-play": "1.0.0",
"apple-store": "2.9.9"
},
"private": true,
"scripts": {
"postinstall": "jetify && patch-package",
"ios:clean-pod-install": "cd ios && del Podfile.lock && pod install",
"ios:dev": "cd ios && fastlane install_dev_certificate",
"android:debug": "cd android && fastlane debug_internal",
"ios:debug": "cd ios && arch -x86_64 fastlane debug_internal",
"snyk": "npm run snyk:android && npm run snyk:ios",
"snyk:ios": "cd ios && snyk monitor --org=appdev --project-name=developerapp-ios${SNYK_SUBPROJECT} --prune-repeated-subdependencies --debug",
"snyk:android": "cd android && snyk monitor --gradle-sub-project=app --configuration-attributes='com.android.build.api.attributes.BuildTypeAttr:release,react-native-camera:general,org.jetbrains.kotlin.platform.type:androidJvm' --configuration-matching='compile|implementation' --org=appdev --project-name=developerapp-android${SNYK_SUBPROJECT}"
},
"dependencies": {
"@babylonjs/core": "6.8.1",
"@babylonjs/loaders": "6.8.1",
"@babylonjs/react-native": "1.6.3",
"@babylonjs/react-native-iosandroid-0-71": "1.6.3",
"@mendix/native": "7.0.1",
"@op-engineering/op-sqlite": "9.1.2",
"@react-native-community/art": "1.2.0",
"@react-native-async-storage/async-storage": "2.0.0",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/cameraroll": "4.0.1",
"@react-native-community/geolocation": "2.0.2",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-native-community/netinfo": "5.9.7",
"@react-native-community/push-notification-ios": "1.10.1",
"@react-native-firebase/analytics": "17.3.0",
"@react-native-firebase/app": "17.3.0",
"@react-native-firebase/crashlytics": "17.3.0",
"@react-native-firebase/messaging": "17.3.0",
"@react-native-firebase/ml": "17.3.0",
"@react-native-picker/picker": "2.8.1",
"react-native": "0.75.4",
"react-native-ble-plx": "2.0.3",
"react-native-blob-util": "0.16.2",
"react-native-calendar-events": "2.1.0",
"react-native-camera": "3.40.0",
"react-native-device-info": "13.0.0",
"react-native-fast-image": "8.6.3",
"react-native-file-viewer": "2.1.5",
"react-native-geocoder": "0.5.0",
"react-native-geolocation-service": "5.2.0",
"react-native-gesture-handler": "2.20.2",
"react-native-image-picker": "5.0.1",
"react-native-inappbrowser-reborn": "3.6.3",
"react-native-linear-gradient": "2.5.6",
"react-native-localize": "3.2.1",
"react-native-maps": "1.14.0",
"react-native-pager-view": "6.4.1",
"react-native-permissions": "4.1.5",
"react-native-push-notification": "8.1.1",
"react-native-reanimated": "1.13.1",
"react-native-safe-area-context": "4.11.0",
"react-native-schedule-exact-alarm-permission": "^0.1.5",
"react-native-screens": "3.29.0",
"react-native-sound": "0.11.0",
"react-native-splash-screen": "3.2.0",
"react-native-svg": "15.7.1",
"react-native-system-navigation-bar": "2.6.3",
"react-native-tab-view": "3.5.2",
"react-native-touch-id": "4.4.1",
"react-native-vector-icons": "10.2.0",
"react-native-video": "6.4.5",
"react-native-view-shot": "3.1.2",
"react-native-webview": "11.26.1"
},
"overrides": {
"@sideway/address": "4.1.4"
},
"devDependencies": {
"del-cli": "^3.0.1",
"jetifier": "^1.6.5",
"patch-package": "^8.0.0",
"snyk": "^1.1118.0"
},
"engines": {
"node": ">=18"
}
}