-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.82 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.82 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
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": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "node ./node_modules/jest/bin/jest.js --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^10.0.0",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/masked-view": "0.1.10",
"babel-polyfill": "^6.26.0",
"cal-parser": "^1.0.1",
"expo": "^49.0.3",
"expo-asset": "~8.1.7",
"expo-constants": "~9.1.1",
"expo-file-system": "~9.0.1",
"expo-font": "~8.2.1",
"expo-localization": "~8.2.1",
"expo-location": "~8.2.1",
"expo-permissions": "~9.0.1",
"expo-web-browser": "~8.3.1",
"moment": "^2.29.4",
"npm-check-updates": "^16.10.16",
"prop-types": "^15.7.2",
"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-calendars": "^1.308.0",
"react-native-elements": "^2.1.0",
"react-native-gesture-handler": "~1.6.0",
"react-native-maps": "0.27.1",
"react-native-platform-touchable": "latest",
"react-native-reanimated": "~2.10.0",
"react-native-safe-area-context": "~3.0.7",
"react-native-screens": "~2.9.0",
"react-native-web": "~0.11.7",
"react-navigation": "^4.4.0",
"react-navigation-stack": "^2.8.2",
"react-navigation-tabs": "^2.9.0",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-persist-expo-filesystem": "^2.0.0",
"redux-persist-expo-fs-storage": "^2.0.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-preset-expo": "^9.5.0",
"jest-expo": "^49.0.0"
},
"private": true
}