-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.22 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
{
"name": "EmbassyNetwork",
"version": "0.0.2",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"apollo-client": "^0.4.22",
"graphql-tag": "^0.1.15",
"jwt-decode": "^2.1.0",
"lodash": "^4.16.4",
"moment": "^2.15.1",
"react": "15.3.2",
"react-apollo": "^0.5.13",
"react-moment-proptypes": "^1.2.0",
"react-native": "0.35.0",
"react-native-code-push": "^1.15.0-beta",
"react-native-link": "github:exponentjs/react-native-link",
"react-native-loading-spinner-overlay": "^0.3.0",
"react-native-material-button": "github:damusnet/react-native-material-button",
"react-native-material-kit": "github:xinthink/react-native-material-kit",
"react-native-md-textinput": "^2.0.4",
"react-native-parallax-view": "^2.0.6",
"react-native-router-flux": "^3.36.0",
"react-native-swiper": "^1.5.2",
"react-native-url-handler": "github:exponentjs/react-native-url-handler",
"react-native-vector-icons": "^2.1.0",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-persist": "^4.0.0-alpha6",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"remote-redux-devtools": "^0.5.0"
}
}