-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.19 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "GauchoRides",
"version": "0.1.0",
"private": true,
"devDependencies": {
"jest": "^22.4.3",
"jest-expo": "26.0.0",
"react-native-scripts": "1.13.1",
"react-test-renderer": "16.3.0-alpha.1",
"redux-logger": "^3.0.6"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!native-base-shoutem-theme)/"
],
"testMatch": [
"**/tests/**/*Test*.js"
]
},
"dependencies": {
"@expo/vector-icons": "^6.3.1",
"expo": "^26.0.0",
"firebase": "^5.0.4",
"native-base": "^2.4.1",
"react": "16.3.0-alpha.1",
"react-addons-update": "^15.6.2",
"react-native": "https://github.com/expo/react-native/archive/sdk-26.0.0.tar.gz",
"react-native-action-button": "^2.8.4",
"react-native-custom-datepicker-ios": "0.0.5",
"react-native-elements": "^0.19.1",
"react-native-facebook-messenger": "^1.0.5",
"react-native-fast-image": "^4.0.8",
"react-native-fbsdk": "^0.7.0",
"react-native-gesture-handler": "^1.0.0-alpha.43",
"react-native-gifted-chat": "^0.4.3",
"react-native-google-places": "^2.5.0",
"react-native-google-places-autocomplete": "^1.3.6",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-loading-spinner-overlay": "^0.5.2",
"react-native-maps": "^0.21.0",
"react-native-material-menu": "^0.3.1",
"react-native-modal-datetime-picker": "^5.1.0",
"react-native-navigation": "^1.1.440",
"react-native-redux-listener": "^0.3.0",
"react-native-rename": "^2.2.2",
"react-native-router-flux": "^4.0.0-beta.28",
"react-native-size-matters": "^0.1.0",
"react-native-status-bar-height": "^2.0.0",
"react-native-switch": "^1.4.0",
"react-native-tab-view": "0.0.77",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^1.5.11",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"save": "^2.3.2"
}
}