-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.41 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.41 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
{
"name": "native-template",
"version": "19.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.13.0",
"@gorhom/bottom-sheet": "5.2.8",
"mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.4.0/mendix-native-v0.4.0.tgz",
"@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-picker/picker": "2.11.4",
"@react-navigation/native": "7.1.31",
"@notifee/react-native": "9.1.8",
"react-native": "0.83.4",
"react-native-device-info": "15.0.2",
"react-native-blob-util": "0.24.7",
"react-native-edge-to-edge": "1.8.1",
"react-native-gesture-handler": "2.30.0",
"react-native-image-picker": "7.2.3",
"react-native-localize": "3.7.0",
"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-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",
"semver": "7.7.4"
},
"devDependencies": {
"@babel/runtime": "^7.28.4",
"@mendix/native-mobile-toolkit": "latest",
"@react-native/babel-preset": "0.83.4",
"@react-native/metro-config": "0.83.4",
"jetifier": "^1.6.8",
"patch-package": "^8.0.1"
},
"engines": {
"node": ">=18"
},
"overrides": {
"react": "19.2.4",
"react-dom": "19.2.4",
"react-native": "0.83.4",
"unset-value": "2.0.1",
"semver": "7.7.4"
},
"resolutions": {
"react": "19.2.4",
"react-dom": "19.2.4",
"react-native": "0.83.4"
}
}