-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.06 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.06 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
35
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"debug": "open 'rndebugger://set-debugger-loc?host=localhost&port=19001'"
},
"dependencies": {
"@expo/react-native-action-sheet": "^1.0.2",
"@expo/vector-icons": "^6.3.1",
"algoliasearch": "^3.27.1",
"axios": "^0.18.0",
"expo": "^26.0.0",
"firebase": "^5.0.2",
"haversine": "^1.1.0",
"lodash": "^4.17.10",
"moment": "^2.22.1",
"prop-types": "^15.6.1",
"react": "16.3.0-alpha.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-26.0.0.tar.gz",
"react-native-app-link": "^0.4.1",
"react-native-elements": "^0.19.1",
"react-native-extended-stylesheet": "^0.8.1",
"react-native-keyboard-aware-scroll-view": "^0.5.0",
"react-native-star-rating": "^1.0.9",
"react-navigation": "^1.5.8",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"eslint-config-rallycoding": "^3.2.0"
}
}