-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 3.65 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 3.65 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
{
"name": "developerapp",
"version": "1.0.0",
"license": "Apache-2.0",
"store-versions": {
"google-play": "11.8.0",
"apple-store": "11.8.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.1.1",
"mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.3.1/mendix-native-v0.3.1.tgz",
"@notifee/react-native": "9.1.8",
"@octokit/rest": "^21.1.1",
"@op-engineering/op-sqlite": "15.0.7",
"@shopify/flash-list": "2.2.2",
"@react-native-async-storage/async-storage": "2.0.0",
"@react-native-camera-roll/camera-roll": "7.4.0",
"@react-native-community/cli": "18.0.1",
"@react-native-community/cli-platform-android": "18.0.1",
"@react-native-community/cli-platform-ios": "18.0.1",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/geolocation": "3.4.0",
"@react-native-community/netinfo": "11.4.1",
"@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.0",
"@sbaiahmed1/react-native-biometrics": "0.4.0",
"@swan-io/react-native-browser": "0.4.1",
"react-native": "0.78.2",
"react-native-ble-plx": "2.0.3",
"react-native-blob-util": "0.21.3",
"react-native-calendar-events": "2.1.0",
"react-native-device-info": "14.0.4",
"react-native-edge-to-edge": "1.7.0",
"react-native-fast-image": "8.6.3",
"react-native-file-viewer-turbo": "0.6.0",
"react-native-geocoder": "0.5.0",
"react-native-gesture-handler": "2.25.0",
"react-native-image-picker": "7.2.3",
"react-native-inappbrowser-reborn": "3.6.3",
"react-native-linear-gradient": "2.8.3",
"react-native-localize": "3.2.1",
"react-native-maps": "1.14.0",
"react-native-pager-view": "6.4.1",
"react-native-permissions": "5.4.2",
"react-native-reanimated": "3.17.5",
"react-native-safe-area-context": "5.4.1",
"react-native-screens": "4.9.1",
"react-native-sound": "0.11.0",
"react-native-bootsplash": "6.3.10",
"react-native-svg": "15.12.1",
"react-native-tab-view": "3.5.2",
"react-native-vector-icons": "10.2.0",
"react-native-video": "6.10.0",
"react-native-view-shot": "4.0.3",
"react-native-vision-camera": "4.7.1",
"react-native-webview": "13.13.2",
"simple-git": "^3.27.0"
},
"overrides": {
"@sideway/address": "4.1.4"
},
"devDependencies": {
"del-cli": "^3.0.1",
"jetifier": "^1.6.8",
"patch-package": "^8.0.0",
"snyk": "^1.1118.0"
},
"engines": {
"node": ">=18"
}
}