-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.83 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
61
62
{
"main": "index.js",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"start": "react-native start",
"test": "jest",
"react-devtools": "react-devtools"
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/native": "^5.1.6",
"@react-navigation/stack": "^5.2.13",
"axios": "^0.19.2",
"base64-arraybuffer": "^0.2.0",
"base64-js": "^1.3.1",
"expo": "38.0.8",
"expo-cli": "^3.23.1",
"expo-document-picker": "^8.1.0",
"expo-file-system": "^9.0.1",
"expo-firebase-recaptcha": "^1.1.0",
"expo-image-picker": "^8.1.0",
"expo-intent-launcher": "^8.2.1",
"expo-location": "^8.1.0",
"expo-media-library": "^8.3.0",
"expo-permissions": "^8.1.0",
"expo-updates": "~0.1.0",
"firebase": "^7.14.2",
"global": "^4.4.0",
"moment": "^2.25.3",
"moment-timezone": "^0.5.31",
"native-base": "^2.13.12",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "~0.61.5",
"react-native-confirmation-code-input": "^1.0.4",
"react-native-gesture-handler": "^1.6.1",
"react-native-image-picker": "^2.3.1",
"react-native-material-menu": "^1.1.3",
"react-native-picker-select": "^7.0.0",
"react-native-qrcode-svg": "^6.0.6",
"react-native-reanimated": "^1.8.0",
"react-native-safe-area-context": "^1.0.0",
"react-native-screens": "^2.7.0",
"react-native-svg": "^12.1.0",
"react-native-unimodules": "~0.9.0",
"react-native-web": "~0.11.7",
"react-native-webview": "^9.4.0"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"babel-jest": "~25.2.6",
"jest": "~25.2.6",
"react-devtools": "^4.7.0",
"react-test-renderer": "~16.9.0"
},
"jest": {
"preset": "react-native"
},
"private": true
}