-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 2.17 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
68
69
70
{
"scripts": {
"postinstall": "jetify",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/free-regular-svg-icons": "^5.12.0",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-native-fontawesome": "^0.1.0",
"expo": "^35.0.0",
"expo-image-picker": "^8.0.1",
"expo-permissions": "7.0",
"firebase": "5.7.2",
"formik": "^2.0.8",
"install": "^0.13.0",
"lodash": "^4.17.15",
"native-base": "^2.13.8",
"npm": "^6.13.4",
"places.js": "^1.17.1",
"react": "^16.12.0",
"react-dom": "16.8.3",
"react-native": "^0.61.5",
"react-native-dotenv": "^0.2.0",
"react-native-elements": "^1.2.7",
"react-native-firebase": "^5.6.0",
"react-native-gesture-handler": "^1.0.9",
"react-native-google-places-autocomplete": "^1.4.0",
"react-native-image-picker": "^1.1.0",
"react-native-modal": "^11.5.3",
"react-native-modal-datetime-picker": "^7.6.1",
"react-native-multiple-select": "^0.5.5",
"react-native-reanimated": "~1.2.0",
"react-native-screens": "^2.0.0-alpha.17",
"react-native-sectioned-multi-select": "^0.7.6",
"react-native-swipe-list-view": "^2.1.1",
"react-native-unimodules": "~0.5.4",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "^0.11.7",
"react-navigation": "^4.0.10",
"react-navigation-drawer": "^2.3.3",
"react-navigation-stack": "^1.10.3",
"react-navigation-tabs": "^2.5.6",
"react-redux": "^7.1.3",
"react-thunk": "^1.0.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"tcomb-form-native": "^0.6.20",
"typesafe-actions": "^5.1.0",
"yup": "^0.27.0"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@types/react": "^16.8.23",
"@types/react-native": "^0.57.65",
"babel-preset-expo": "^7.0.0",
"jest-expo": "^35.0.0",
"jetifier": "^1.6.4",
"typescript": "^3.4.5"
},
"jest": {
"preset": "react-native"
},
"private": true
}