-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 3.77 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 3.77 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
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
88
89
90
{
"name": "developerapp",
"version": "1.0.0",
"license": "Apache-2.0",
"store-versions": {
"google-play": "11.9.0",
"apple-store": "11.9.0"
},
"private": true,
"scripts": {
"postinstall": "jetify && patch-package",
"ios:clean-pod-install": "cd ios && del Podfile.lock && bundle install && bundle exec pod install",
"pod-install": "cd ios && bundle install && bundle exec 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": {
"@gorhom/bottom-sheet": "5.2.8",
"mendix-native": "github:mendix/mendix-native#moo/MOO-2245-upgrade-rn-to083",
"@notifee/react-native": "9.1.8",
"@octokit/rest": "^21.1.1",
"@op-engineering/op-sqlite": "15.2.5",
"@shopify/flash-list": "2.2.2",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-camera-roll/camera-roll": "7.10.2",
"@react-native-community/cli": "20.1.2",
"@react-native-community/cli-platform-android": "20.1.2",
"@react-native-community/cli-platform-ios": "20.1.2",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/geolocation": "3.4.0",
"@react-native-community/netinfo": "11.5.2",
"@react-native-firebase/analytics": "20.1.0",
"@react-native-firebase/app": "20.1.0",
"@react-native-firebase/crashlytics": "20.1.0",
"@react-native-firebase/messaging": "20.1.0",
"@react-native-firebase/ml": "20.1.0",
"@react-native-picker/picker": "2.11.4",
"@sbaiahmed1/react-native-biometrics": "0.10.0",
"@swan-io/react-native-browser": "1.0.1",
"react-native": "0.83.4",
"react-native-ble-plx": "2.0.3",
"react-native-blob-util": "0.24.7",
"react-native-calendar-events": "2.2.0",
"react-native-device-info": "15.0.2",
"react-native-edge-to-edge": "1.8.1",
"react-native-fast-image": "8.6.3",
"react-native-file-viewer-turbo": "0.7.4",
"react-native-geocoder": "0.5.0",
"react-native-gesture-handler": "2.30.0",
"react-native-image-picker": "7.2.3",
"react-native-inappbrowser-reborn": "3.7.0",
"react-native-linear-gradient": "2.8.3",
"react-native-localize": "3.7.0",
"react-native-maps": "1.20.1",
"react-native-pager-view": "6.9.1",
"react-native-permissions": "5.5.1",
"react-native-reanimated": "4.2.2",
"react-native-worklets": "0.7.4",
"react-native-safe-area-context": "5.7.0",
"react-native-screens": "4.24.0",
"react-native-sound": "0.13.0",
"react-native-bootsplash": "6.3.12",
"react-native-svg": "15.15.3",
"react-native-tab-view": "4.3.0",
"@react-native-vector-icons/common": "12.4.0",
"@react-native-vector-icons/get-image": "12.3.0",
"@react-native-vector-icons/material-icons": "12.4.1",
"react-native-video": "6.19.0",
"react-native-view-shot": "4.0.3",
"react-native-vision-camera": "4.7.3",
"react-native-webview": "13.16.1",
"simple-git": "^3.32.3"
},
"overrides": {
"@sideway/address": "4.1.4"
},
"devDependencies": {
"del-cli": "^7.0.0",
"jetifier": "^1.6.8",
"patch-package": "^8.0.1",
"snyk": "^1.1118.0"
},
"engines": {
"node": ">=18"
}
}