-
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.18 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.18 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
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"dependencies": {
"axios": "^0.17.1",
"expo": "^23.0.6",
"moment": "^2.20.0",
"react": "^16.0.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-23.0.0.tar.gz",
"react-native-animated-linear-gradient": "^1.1.2",
"react-native-bcrypt": "^2.4.0",
"react-native-calendar-strip": "^1.2.4",
"react-native-calendars": "^1.15.0",
"react-native-communications": "^2.2.1",
"react-native-dash": "0.0.8",
"react-native-extended-stylesheet": "^0.8.0",
"react-native-geocoding": "^0.2.0",
"react-native-google-maps-directions": "^1.1.2",
"react-native-linear-gradient": "^2.3.0",
"react-native-modal": "^4.1.1",
"react-native-router-flux": "^4.0.0-beta.24",
"react-native-select-multiple": "^1.2.0",
"react-native-simple-radio-button": "^2.7.1",
"react-native-star-rating": "^1.0.8",
"react-native-stars": "^1.1.2",
"react-native-swiper": "^1.5.13",
"react-native-vector-icons": "^4.4.2",
"react-navigation": "^1.0.0-beta.21",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"underscore": "^1.8.3"
}
}