-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 2.23 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
72
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/runtime": "^7.7.4",
"apollo-boost": "^0.1.27",
"apollo-cache-inmemory": "^1.4.2",
"apollo-cache-persist": "^0.1.1",
"apollo-cache-redux": "0.1.1",
"apollo-client": "^2.4.12",
"apollo-link": "^1.2.6",
"apollo-link-context": "^1.0.12",
"apollo-link-error": "^1.1.10",
"apollo-link-http": "^1.5.9",
"apollo-link-retry": "^2.2.8",
"apollo-upload-client": "^10.0.0",
"axios": "^0.18.0",
"color": "^3.1.2",
"expo": "^34.0.0",
"expo-blur": "^7.0.0",
"expo-file-system": "^8.0.0-rc.0",
"expo-linear-gradient": "^7.0.1",
"expo-permissions": "^7.0.0",
"graphql": "^14.1.1",
"graphql-tag": "^2.10.1",
"lodash": "latest",
"moment": "^2.24.0",
"native-base": "^2.13.8",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-apollo": "^2.4.1",
"react-dom": "^16.0.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-draggable": "^1.0.15",
"react-native-easy-grid": "^0.2.0",
"react-native-fade-in-image": "^1.4.1",
"react-native-gesture-handler": "~1.3.0",
"react-native-material-dialog": "^0.7.6",
"react-native-modal": "^7.0.2",
"react-native-paper": "^2.7.0",
"react-native-screens": "^1.0.0-alpha.23",
"react-native-svg": "^6.5.1",
"react-native-svg-image": "^2.0.1",
"react-native-vector-icons": "^6.4.2",
"react-navigation": "^3.0.9",
"react-navigation-material-bottom-tabs": "^1.0.0",
"react-redux": "^6.0.0",
"react-spring": "^7.2.10",
"redux": "^4.0.1",
"redux-actions": "^2.6.5",
"redux-axios-middleware": "^4.0.0",
"redux-persist": "^6.0.0",
"redux-persist-expo-filesystem": "^2.0.0",
"redux-saga": "^1.0.2",
"redux-thunk": "^2.3.0",
"validate.js": "^0.12.0"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0",
"react-native-svg-asset-plugin": "^0.1.1",
"react-native-svg-transformer": "^0.13.0",
"schedule": "0.4.0"
},
"private": true
}