-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.96 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
{
"name": "native-template",
"version": "4.1.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"postinstall": "npx jetify",
"test": "jest"
},
"dependencies": {
"@react-native-community/art": "1.2.0",
"@react-native-community/async-storage": "1.8.1",
"@react-native-community/cameraroll": "1.4.0",
"@react-native-community/datetimepicker": "2.3.0",
"@react-native-community/geolocation": "2.0.2",
"@react-native-community/masked-view": "0.1.7",
"@react-native-community/netinfo": "5.6.2",
"anyline-ocr-react-native-module": "^20.0.0",
"jsc-android": "245459.0.0",
"react": "~16.9.0",
"react-native": "0.61.5",
"react-native-ble-plx": "1.1.1",
"react-native-calendar-events": "1.7.3",
"react-native-camera": "3.19.2",
"react-native-code-push": "6.1.1",
"react-native-dark-mode": "0.2.2",
"react-native-device-info": "5.5.3",
"react-native-fast-image": "8.1.5",
"react-native-firebase": "5.6.0",
"react-native-geocoder": "0.5.0",
"react-native-gesture-handler": "1.6.0",
"react-native-image-picker": "2.3.1",
"react-native-inappbrowser-reborn": "3.3.4",
"react-native-localize": "1.3.4",
"react-native-maps": "0.27.0",
"react-native-reanimated": "1.7.0",
"react-native-safe-area-context": "0.7.3",
"react-native-sound": "0.11.0",
"react-native-sqlite-storage": "4.1.0",
"react-native-svg": "12.0.3",
"react-native-touch-id": "4.4.1",
"react-native-vector-icons": "6.6.0",
"react-native-video": "5.0.2",
"react-native-view-shot": "3.1.2",
"react-native-webview": "8.1.2"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/runtime": "^7.5.4",
"babel-jest": "^25.2.6",
"detox": "16.0.0",
"jest": "^25.2.7",
"jetifier": "^1.6.3",
"metro-react-native-babel-preset": "^0.58.0",
"react-test-renderer": "~16.9.0"
},
"jest": {
"preset": "react-native"
}
}