-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.08 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@expo/home",
"version": "0.0.1",
"main": "__generated__/AppEntry.js",
"private": true,
"description": "The Expo client app",
"scripts": {
"postinstall": "expo-yarn-workspaces postinstall",
"test": "jest",
"lint": "eslint --ext .js,.ts,.tsx,.d.ts ."
},
"author": "Expo",
"license": "MIT",
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/react-native-action-sheet": "^2.1.0",
"@expo/react-native-touchable-native-feedback-safe": "^1.1.2",
"@expo/vector-icons": "^10.0.6",
"@react-native-community/netinfo": "5.9.2",
"apollo-boost": "^0.4.4",
"apollo-cache-inmemory": "^1.6.3",
"dedent": "^0.7.0",
"es6-error": "^4.0.1",
"expo": "~38.0.0",
"expo-analytics-amplitude": "~8.2.1",
"expo-asset": "~8.1.7",
"expo-barcode-scanner": "~8.2.1",
"expo-blur": "~8.1.2",
"expo-camera": "~8.3.1",
"expo-constants": "~9.1.1",
"expo-device": "~2.2.1",
"expo-font": "~8.2.1",
"expo-linear-gradient": "~8.2.1",
"expo-location": "~8.2.1",
"expo-permissions": "~9.0.1",
"expo-task-manager": "~8.3.0",
"expo-web-browser": "~8.3.1",
"graphql": "^14.2.1",
"graphql-tag": "^2.10.1",
"immutable": "^3.8.1",
"lodash": "^4.17.15",
"prop-types": "^15.6.2",
"querystring": "^0.2.0",
"react": "16.11.0",
"react-apollo": "^3.1.3",
"react-native": "0.62.2",
"react-native-appearance": "~0.3.3",
"react-native-fade-in-image": "^1.5.0",
"react-native-gesture-handler": "~1.6.0",
"react-native-infinite-scroll-view": "^0.4.5",
"react-native-maps": "0.27.1",
"react-native-safe-area-context": "3.0.2",
"react-navigation": "4.1.0-alpha.1",
"react-navigation-material-bottom-tabs": "1.1.1",
"react-navigation-stack": "^2.0.15",
"react-navigation-tabs": "^2.4.1",
"react-redux": "^6.0.1",
"reanimated-bottom-sheet": "^1.0.0-alpha.18",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"semver": "^6.1.1",
"sha1": "^1.1.1",
"url": "^0.11.0"
},
"devDependencies": {
"jest-expo": "~38.0.0",
"uuid": "^3.3.2"
}
}