-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.88 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "set BROWSER=none && expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"axios": "^0.19.0",
"debounce": "^1.2.0",
"expo": "^34.0.1",
"expo-av": "~6.0.0",
"expo-blur": "~6.0.0",
"expo-camera": "^6.0.0",
"expo-facebook": "^6.0.0",
"expo-google-app-auth": "^6.0.0",
"expo-image-picker": "^6.0.0",
"expo-localization": "^6.0.0",
"expo-media-library": "^6.0.0",
"expo-permissions": "^6.0.0",
"expo-store-review": "^2.0.1",
"i18n-js": "^3.3.0",
"moment": "^2.24.0",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-awesome-alerts": "^1.3.0",
"react-native-collapsible": "^1.5.1",
"react-native-expo-image-cache": "^4.1.0",
"react-native-gesture-handler": "1.3.0",
"react-native-material-dropdown": "^0.11.1",
"react-native-modal": "^11.3.1",
"react-native-paper": "^2.16.0",
"react-native-picker-select": "^6.3.2",
"react-native-reanimated": "^1.1.0",
"react-native-restart": "0.0.12",
"react-native-screens": "1.0.0-alpha.22",
"react-native-svg": "~9.5.1",
"react-native-switch": "^1.5.0",
"react-native-switch-toggle": "^1.1.0",
"react-native-vimeo": "^0.3.0",
"react-native-web": "^0.11.4",
"react-native-webview": "~5.12.0",
"react-navigation": "^3.12.1",
"react-navigation-header-buttons": "^3.0.2",
"react-navigation-material-bottom-tabs": "^1.0.0",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-preset-expo": "^6.0.0",
"react-native-svg-transformer": "^0.14.3"
},
"private": true
}