-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.65 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
{
"name": "toilet-advisor",
"version": "0.1.0",
"private": true,
"devDependencies": {
"flow-bin": "^0.65.0",
"jest-expo": "~27.0.0",
"react-native-scripts": "1.14.0",
"react-test-renderer": "16.3.1"
},
"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"
},
"dependencies": {
"awesome-debounce-promise": "^1.0.0",
"expo": "^27.0.1",
"firebase": "^5.7.0",
"lodash": "^4.17.11",
"lodash.debounce": "^4.0.8",
"node-fetch": "^2.2.0",
"prop-types": "^15.7.2",
"qs": "^6.6.0",
"react": "16.3.1",
"react-native": "~0.55.2",
"react-native-awesome-alerts": "^1.1.1",
"react-native-divider": "^1.0.3",
"react-native-elements": "^1.0.0-beta5",
"react-native-emoji": "^1.3.1",
"react-native-google-places-autocomplete": "^1.3.9",
"react-native-hide-show-password-input": "^1.0.7",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-maps": "^0.21.0",
"react-native-paper": "^2.1.3",
"react-native-popup-menu": "^0.14.1",
"react-native-radio-buttons-group": "^1.0.7",
"react-native-ratings": "^6.0.0",
"react-native-star-rating": "^1.1.0",
"react-native-vector-icons": "^6.0.2",
"react-navigation": "^2.16.0",
"react-navigation-redux-helpers": "^2.0.6",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"url": "^0.11.0",
"whatwg-fetch": "^2.0.4"
}
}