-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.16 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
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"dependencies": {
"expo": "^28.0.0",
"firebase": "^5.3.0",
"native-base": "^2.8.0",
"npm": "^6.4.1",
"react": "16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz",
"react-native-elements": "^1.0.0-beta5",
"react-native-ios-status-bar-padding": "^1.2.0",
"react-native-keyboard-aware-scroll-view": "^0.7.4",
"react-native-map-link": "^2.1.0",
"react-native-maps": "^0.21.0",
"react-native-masonry": "^0.5.0-alpha.3",
"react-native-masonry-layout": "^1.0.6",
"react-native-modal-datetime-picker": "^6.0.0",
"react-native-modal-dropdown": "^0.6.2",
"react-native-modalbox": "^1.6.0",
"react-native-popup-dialog": "^0.15.1",
"react-native-simple-radio-button": "^2.7.3",
"react-native-slider": "^0.11.0",
"react-navigation": "^2.9.0",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"victory-native": "^30.4.0"
},
"devDependencies": {},
"scripts": {
"build-funcs": "babel functions/index1.js --out-file functions/index.js"
}
}