-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 952 Bytes
/
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
{
"name": "BarberHour",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"axios": "^0.12.0",
"bugsnag-react-native": "^1.1.3",
"promise": "^7.1.1",
"react": "^15.4.1",
"react-native": "^0.39.0",
"react-native-config": "^0.2.1",
"react-native-facebook-login": "^1.4.0",
"react-native-geocoder": "^0.4.5",
"react-native-image-picker": "^0.22.13",
"react-native-push-notification": "^2.1.1",
"react-native-scrollable-tab-view": "^0.6.0",
"react-native-swiper": "^1.5.3",
"react-native-uuid": "^1.4.8",
"react-native-vector-icons": "^3.0.0",
"react-redux": "~4.4.5",
"redux": "~3.2.1",
"redux-logger": "~2.5.0",
"redux-persist": "^3.5.0",
"redux-thunk": "~1.0.3",
"tcomb-form-native": "^0.6.1",
"yeoman-environment": "^1.6.2",
"react-native-config": "^0.2.0"
}
}