-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"b-android": "expo build:android",
"b-ios": "expo build:ios"
},
"dependencies": {
"expo": "^34.0.1",
"expo-ads-admob": "~6.0.0",
"expo-file-system": "~6.0.0",
"expo-sqlite": "~6.0.0",
"lodash": "^4.17.15",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-loadable": "^5.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-auto-height-image": "^1.1.1",
"react-native-progress": "^3.6.0",
"react-native-ui-lib": "^3.38.3",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "^0.11.4",
"react-redux": "^7.1.1",
"react-timer-hook": "^1.1.7",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"styled-components": "^4.3.2"
},
"devDependencies": {
"babel-preset-expo": "^6.0.0"
},
"private": true
}