-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.03 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.03 KB
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
{
"name": "bimbot",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"push-staging": "code-push release-react bim ios",
"push-production": "code-push promote bim Staging Production",
"push-version": "code-push deployment ls bim -k"
},
"dependencies": {
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"errorhandler": "^1.4.3",
"express": "^4.14.0",
"firebase": "^3.4.0",
"morgan": "^1.7.0",
"react": "15.2.1",
"react-native": "^0.30.0",
"react-native-code-push": "^1.14.1-beta",
"react-native-contacts": "^0.3.0",
"react-native-keyboard-spacer": "^0.3.0",
"react-native-onesignal": "^1.2.0",
"react-native-router-flux": "^3.31.0",
"react-native-scrollable-tab-view": "^0.5.3",
"react-native-swiper": "^1.4.9",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-actions": "^0.10.1",
"redux-logger": "^2.6.1",
"verbal-expressions": "^0.2.1"
}
}