-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.51 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
{
"name": "native-template",
"version": "11.0.0",
"private": true,
"scripts": {
"postinstall": "node patches/apply-patches.js && jetify",
"configure": "native-mobile-toolkit configure --config-path='./config.json' --verbose"
},
"dependencies": {
"@mendix/native": "6.0.0",
"@mendix/react-native-sqlite-storage": "^7.1.0",
"@react-native-async-storage/async-storage": "2.0.0",
"@react-native-community/cameraroll": "4.0.1",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/netinfo": "^11.3.2",
"@react-native-community/push-notification-ios": "1.10.1",
"@react-native-firebase/app": "17.3.0",
"@react-native-firebase/messaging": "17.3.0",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-native-picker/picker": "2.8.1",
"@react-navigation/native": "6.1.18",
"react-native": "0.75.4",
"react-native-device-info": "13.0.0",
"react-native-document-picker": "9.3.1",
"react-native-fast-image": "8.6.3",
"react-native-file-viewer": "2.1.5",
"react-native-fs": "2.20.0",
"react-native-gesture-handler": "2.20.2",
"react-native-image-crop-picker": "0.41.6",
"react-native-image-picker": "5.0.1",
"react-native-image-resizer": "1.4.5",
"react-native-localize": "3.2.1",
"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.3",
"react-native-screens": "3.29.0",
"react-native-share": "11.1.0",
"react-native-splash-screen": "3.2.0",
"react-native-svg": "15.7.1",
"react-native-tab-view": "3.5.2",
"react-native-vector-icons": "10.2.0",
"react-native-video": "6.4.5",
"react-native-view-pdf": "0.14.0",
"react-native-view-shot": "3.1.2",
"react-native-zip-archive": "7.0.1",
"semver": "5.7.2"
},
"devDependencies": {
"@babel/runtime": "^7.20.0",
"@mendix/native-mobile-toolkit": "latest",
"@react-native/babel-preset": "0.75.4",
"@react-native/metro-config": "0.75.4",
"detox": "19.13.0",
"jetifier": "^1.6.3",
"patch-package": "^8.0.0"
},
"engines": {
"node": ">=18"
},
"overrides": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.75.4",
"unset-value": "2.0.1",
"semver": "5.7.2"
},
"resolutions": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.75.4"
}
}