-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.07 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 2.07 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
{
"name": "native-template",
"version": "15.3.0",
"private": true,
"scripts": {
"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": "10.2.0",
"@notifee/react-native": "9.1.8",
"@op-engineering/op-sqlite": "12.0.2",
"@react-native-async-storage/async-storage": "2.0.0",
"@react-native-camera-roll/camera-roll": "7.4.0",
"@react-native-community/cli": "16.0.2",
"@react-native-community/cli-platform-android": "16.0.2",
"@react-native-community/cli-platform-ios": "16.0.2",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-picker/picker": "2.11.0",
"react-native-device-info": "14.0.4",
"@react-navigation/native": "7.0.14",
"react-native": "0.77.3",
"react-native-blob-util": "0.21.2",
"react-native-gesture-handler": "2.23.1",
"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.16.1",
"react-native-safe-area-context": "5.2.0",
"react-native-screens": "4.6.0",
"react-native-splash-screen": "3.2.0",
"react-native-svg": "15.11.1",
"react-native-tab-view": "3.5.2",
"react-native-vector-icons": "10.2.0",
"react-native-video": "6.10.0",
"semver": "5.7.2"
},
"devDependencies": {
"@babel/runtime": "^7.20.0",
"@mendix/native-mobile-toolkit": "latest",
"@react-native/babel-preset": "0.77.3",
"@react-native/metro-config": "0.77.3",
"detox": "19.13.0",
"jetifier": "^1.6.8",
"patch-package": "^8.0.0"
},
"engines": {
"node": ">=18"
},
"overrides": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.77.3",
"unset-value": "2.0.1",
"semver": "5.7.2"
},
"resolutions": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.77.3"
}
}