-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.52 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"android": "expo start --android",
"ios": "expo start --ios",
"start": "expo start",
"test": "jest --watch"
},
"dependencies": {
"@expo/vector-icons": "10.0.6",
"@react-native-community/masked-view": "0.1.7",
"aws-amplify": "^2.2.2",
"aws-amplify-react-native": "^4.0.2",
"expo": "36.0.2",
"expo-localization": "8.0.0",
"expo-location": "8.0.0",
"expo-permissions": "8.0.0",
"i18next": "19.3.4",
"react": "16.9.0",
"react-i18next": "11.4.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
"react-native-gesture-handler": "1.6.1",
"react-native-maps": "0.26.1",
"react-native-platform-touchable": "1.1.1",
"react-native-reanimated": "1.7.1",
"react-native-safe-area-context": "0.6.0",
"react-native-screens": "2.4.0",
"react-native-web": "0.14.10",
"react-navigation": "4.0.10",
"react-navigation-addon-search-layout": "0.13.1",
"react-navigation-hooks": "1.1.0",
"react-navigation-stack": "2.1.1"
},
"devDependencies": {
"@types/react": "17.0.34",
"@types/react-native": "0.62.1",
"@types/react-native-maps": "0.24.0",
"@types/react-native-platform-touchable": "1.1.1",
"babel-preset-expo": "8.0.0",
"jest-expo": "36.0.1",
"react-test-renderer": "16.13.0",
"typescript": "3.7.5"
},
"jest": {
"preset": "jest-expo",
"setupFiles": [
"./__mocks__/react-native-maps.js"
]
},
"private": true
}