-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.25 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.25 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
{
"name": "native-template",
"version": "18.0.0",
"private": true,
"scripts": {
"preinstall": "node scripts/delete-stale-files.js",
"postinstall": "node patches/apply-patches.js && jetify",
"configure": "native-mobile-toolkit configure --config-path='./config.json' --verbose"
},
"dependencies": {
"@d11/react-native-fast-image": "8.11.1",
"@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",
"@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-picker/picker": "2.11.0",
"@react-navigation/native": "7.0.14",
"@notifee/react-native": "9.1.8",
"react-native": "0.78.2",
"react-native-device-info": "14.0.4",
"react-native-blob-util": "0.21.3",
"react-native-edge-to-edge": "1.7.0",
"react-native-gesture-handler": "2.25.0",
"react-native-image-picker": "7.2.3",
"react-native-localize": "3.2.1",
"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-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",
"semver": "7.6.3"
},
"devDependencies": {
"@babel/runtime": "^7.20.0",
"@mendix/native-mobile-toolkit": "latest",
"@react-native/babel-preset": "0.78.2",
"@react-native/metro-config": "0.78.2",
"jetifier": "^1.6.8",
"patch-package": "^8.0.1"
},
"engines": {
"node": ">=18"
},
"overrides": {
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.78.2",
"unset-value": "2.0.1",
"semver": "7.6.3"
},
"resolutions": {
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.78.2"
}
}