forked from envrioomate/klimafuchs-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.81 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"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": "latest",
"expo": "^32.0.0",
"graphql": "^14.1.1",
"graphql-tag": "^2.10.1",
"moment": "^2.24.0",
"native-base": "~2.8.2",
"prop-types": "^15.7.2",
"react": "16.5.0",
"react-apollo": "^2.4.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.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-material-dialog": "^0.7.6",
"react-native-modal": "^7.0.2",
"react-native-paper": "^2.7.0",
"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": "^5.10.0",
"redux-persist-expo-filesystem": "^1.0.1",
"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"
},
"private": true
}