-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.46 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"list-emulator": "C:/Users/staillebois/AppData/Local/Android/Sdk/emulator/emulator -list-avds",
"android-emulator": "C:/Users/staillebois/AppData/Local/Android/Sdk/emulator/emulator @Nexus_5X_API_29_Google_play",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "~3.0.3",
"@expo/vector-icons": "^10.0.3",
"@react-navigation/web": "^1.0.0-alpha.9",
"expo": "^38.0.9",
"expo-asset": "~8.1.7",
"expo-cli": "^3.23.1",
"expo-constants": "~9.1.1",
"expo-font": "~8.2.1",
"expo-web-browser": "~8.3.1",
"firebase": "^7.2.3",
"react": "~16.11.0",
"react-dom": "~16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react-native-deck-swiper": "^1.6.7",
"react-native-elements": "^1.2.7",
"react-native-gesture-handler": "~1.6.0",
"react-native-maps": "0.27.1",
"react-native-reanimated": "~1.9.0",
"react-native-screens": "^2.9.0",
"react-native-view-overflow": "0.0.5",
"react-native-web": "^0.11.7",
"react-navigation": "^3.12.0",
"react-navigation-tabs": "^2.5.6"
},
"devDependencies": {
"babel-preset-expo": "~8.1.0",
"jest-expo": "~38.0.0"
},
"private": true
}