-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.18 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
{
"main": "node_modules/expo/AppEntry.js",
"version": "1.5.7",
"buildNumber": "43",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"axios": "^0.19.0",
"expo": "33.0.0",
"expo-app-auth": "^5.0.1",
"expo-google-sign-in": "^5.0.1",
"lodash": "^4.17.15",
"lz-string": "^1.4.4",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-dropdownalert": "^4.0.1",
"react-native-elements": "0.17.0",
"react-native-extended-stylesheet": "0.6.0",
"react-native-keychain": "1.2.1",
"react-native-qrcode-svg": "^5.1.2",
"react-native-vector-icons": "4.2.0",
"react-native-web": "^0.11.4",
"react-navigation": "^3.11.0",
"react-redux": "5.0.4",
"redux": "3.6.0",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"victory-native": "^32.0.2"
},
"devDependencies": {
"babel-preset-expo": "^5.1.1"
},
"private": true
}