This repository has been archived by the owner on Jul 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.55 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
{
"name": "where2party",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"flow": "flow",
"flow-stop": "flow-stop",
"eslint": "eslint app",
"react-devtools": "react-devtools"
},
"dependencies": {
"@mapbox/polyline": "^0.2.0",
"firebase": "^4.3.0",
"geolib": "^2.0.24",
"lodash": "^4.17.4",
"native-base": "^2.3.1",
"react": "16.0.0-alpha.12",
"react-native": "0.47.1",
"react-native-fetch-blob": "^0.10.8",
"react-native-geocoding": "^0.2.0",
"react-native-google-places-autocomplete": "^1.3.6",
"react-native-gridview": "^0.1.1",
"react-native-image-crop-picker": "^0.16.0",
"react-native-loading-spinner-overlay": "^0.5.1",
"react-native-maps": "^0.16.2",
"react-native-modal-datetime-picker": "^4.9.0",
"react-native-multiple-select": "^0.2.1",
"react-native-root-toast": "^1.3.0",
"react-native-router-flux": "^3.41.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-flow": "^6.23.0",
"babel-preset-react-native": "^2.1.0",
"eslint": "^3.5.0",
"eslint-config-rallycoding": "^3.2.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^5.2.2",
"flow-bin": "^0.49.1",
"jest": "20.0.4",
"react-devtools": "^2.5.1",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}