-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.57 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.57 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
{
"name": "native-template",
"version": "6.2.12",
"mendix": {
"templateVersion": "6.2.12"
},
"private": true,
"scripts": {
"postinstall": "patch-package && jetify",
"configure": "native-mobile-toolkit configure --config-path='./config.json' --verbose"
},
"dependencies": {
"@react-native-community/async-storage": "1.12.0",
"@react-native-community/cameraroll": "4.0.1",
"@react-native-community/datetimepicker": "3.0.3",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/push-notification-ios": "1.7.1",
"@react-native-firebase/app": "10.1.0",
"@react-native-firebase/messaging": "10.1.0",
"react-native": "0.64.2",
"react-native-code-push": "6.4.1",
"react-native-device-info": "8.0.1",
"react-native-fast-image": "8.3.2",
"react-native-gesture-handler": "1.8.0",
"react-native-image-picker": "4.0.3",
"react-native-localize": "1.4.2",
"react-native-permissions": "3.0.4",
"react-native-push-notification": "^6.1.2",
"react-native-reanimated": "1.13.1",
"react-native-safe-area-context": "3.1.8",
"react-native-splash-screen": "3.2.0",
"react-native-sqlite-storage": "5.0.0",
"react-native-svg": "12.1.0",
"react-native-vector-icons": "7.1.0",
"react-native-video": "^5.1.1",
"react-native-view-shot": "3.1.2"
},
"devDependencies": {
"@babel/runtime": "^7.8.4",
"@mendix/native-mobile-toolkit": "latest",
"detox": "17.14.5",
"jetifier": "^1.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"patch-package": "^6.2.2"
}
}