forked from iZaL/my-appointment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 807 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
{
"name": "MyAppointment",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "react-native start"
},
"dependencies": {
"immutable": "^3.8.1",
"lodash": "^4.16.6",
"moment": "^2.15.2",
"normalizr": "^2.2.1",
"react": "^15.3.2",
"react-native": "0.36.1",
"react-native-button": "^1.7.1",
"react-native-calendar-picker": "^3.0.0",
"react-native-code-push": "^1.15.1-beta",
"react-native-drawer": "^2.3.0",
"react-native-maps": "^0.11.0",
"react-native-modalbox": "^1.3.8",
"react-native-router-flux": "3.36.0",
"react-native-swiper": "^1.5.3",
"react-native-vector-icons": "^3.0.0",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.4"
}
}