-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
67 lines (67 loc) · 2.1 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": "RNCloneUber",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"lint-fix": "eslint --fix .",
"rename": "react-native-rename"
},
"dependencies": {
"@react-native-community/geolocation": "^1.4.2",
"apisauce": "^1.0.3",
"immutable": "^4.0.0-rc.12",
"prop-types": "^15.7.2",
"react": "16.8.6",
"react-native": "0.60.3",
"react-native-geocoding": "^0.3.0",
"react-native-gesture-handler": "^1.3.0",
"react-native-google-places-autocomplete": "^1.3.9",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-loading-spinner-overlay": "^1.0.1",
"react-native-maps": "^0.25.0",
"react-native-maps-directions": "^1.7.0",
"react-native-paper": "^2.16.0",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^3.11.0",
"react-redux": "^7.1.0",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-persist-transform-immutable": "^5.0.0",
"redux-saga": "^1.0.5",
"styled-components": "^4.3.2"
},
"devDependencies": {
"@babel/core": "7.5.0",
"@babel/preset-flow": "^7.0.0",
"@babel/runtime": "7.5.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-plugin-root-import": "^6.2.0",
"babel-plugin-styled-components": "^1.10.6",
"babel-preset-react": "^6.24.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.1.1",
"eslint-import-resolver-babel-plugin-root-import": "^1.1.1",
"eslint-plugin-flowtype": "^3.11.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react-native": "^3.7.0",
"jest": "24.8.0",
"metro-react-native-babel-preset": "0.55.0",
"react-native-devsettings-android": "^0.2.1",
"react-native-rename": "^2.4.1",
"react-test-renderer": "16.8.6",
"reactotron-react-native": "^3.6.4",
"reactotron-redux": "^3.1.1"
},
"jest": {
"preset": "react-native"
},
"lint": "eslint *.js **/*.js"
}