-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.36 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
{
"name": "empty-project-template",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"apollo": "^1.9.2",
"apollo-boost": "^0.1.20",
"apollo-client": "^2.4.5",
"apsl-react-native-button": "^3.1.1",
"body-parser": "^1.18.3",
"expo": "^31.0.2",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"native-base": "^2.8.1",
"react": "16.5.0",
"react-apollo": "^2.2.4",
"react-dom": "^16.6.1",
"react-localize-redux": "^3.0.0-rc4",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
"react-native-elements": "^0.19.1",
"react-native-flash-message": "^0.1.10",
"react-native-image-crop-picker": "^0.21.3",
"react-native-image-picker-form": "^0.2.5",
"react-native-keyboard-aware-scroll-view": "^0.7.4",
"react-native-router-flux": "^4.0.5",
"react-native-vector-icons": "^6.0.2",
"react-navigation": "^2.18.2",
"react-redux": "^5.1.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"remote-redux-devtools": "^0.5.13",
"superagent": "^4.0.0-beta.5",
"tcomb-form-native": "^0.6.20",
"tcomb-validation": "^3.4.1"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0"
}
}