-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.98 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
{
"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",
"@react-native-community/netinfo": "~3.2.1",
"@react-navigation/web": "^1.0.0-alpha.8",
"apollo-boost": "^0.4.1",
"apollo-cache-inmemory": "^1.5.1",
"dedent": "^0.7.0",
"es6-error": "^4.0.1",
"expo": "~35.0.0",
"expo-analytics-amplitude": "~7.0.0",
"expo-asset": "~7.0.0",
"expo-barcode-scanner": "~7.0.0",
"expo-blur": "~7.0.0",
"expo-camera": "~7.0.0",
"expo-constants": "~8.0.0-rc.1",
"expo-font": "~7.0.0",
"expo-linear-gradient": "~7.0.0",
"expo-location": "~7.0.0",
"expo-permissions": "~8.0.0-rc.0",
"expo-task-manager": "~7.0.0",
"expo-web-browser": "~7.0.1",
"graphql": "^14.2.1",
"graphql-tag": "^2.10.1",
"immutable": "^3.8.1",
"lodash": "^4.17.4",
"prop-types": "^15.6.2",
"querystring": "^0.2.0",
"react": "16.9.0",
"react-apollo": "^2.5.5",
"react-native": "0.61.2",
"react-native-appearance": "0.1.0",
"react-native-fade-in-image": "^1.5.0",
"react-native-gesture-handler": "~1.4.1",
"react-native-infinite-scroll-view": "^0.4.5",
"react-native-maps": "~0.25.0",
"react-navigation": "4.1.0-alpha.1",
"react-navigation-material-bottom-tabs": "1.1.1",
"react-navigation-stack": "1.6.0-alpha.1",
"react-navigation-tabs": "^2.4.1",
"react-redux": "^6.0.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"semver": "^6.1.1",
"sha1": "^1.1.1",
"url": "^0.11.0"
},
"devDependencies": {
"jest-expo": "~35.0.0",
"uuid": "^3.3.2"
}
}