-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
60 lines (60 loc) · 1.95 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
{
"name": "OverlandAndroid",
"version": "1.0.4",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"clean": "react-native-clean-project"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-regular-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-native-fontawesome": "^0.2.2",
"@react-native-community/async-storage": "^1.8.1",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/netinfo": "^5.6.2",
"@react-native-community/slider": "^2.0.8",
"@react-navigation/bottom-tabs": "^5.1.1",
"@react-navigation/native": "^5.0.9",
"axios": "^0.19.2",
"geolib": "^3.2.1",
"native-base": "^2.13.12",
"react": "16.11.0",
"react-native": "0.62.0",
"react-native-background-fetch": "^3.0.4",
"react-native-background-geolocation": "^3.4.2",
"react-native-config": "^1.0.0",
"react-native-dialog": "^5.6.0",
"react-native-eject": "^0.1.2",
"react-native-elements": "^1.2.7",
"react-native-gesture-handler": "^1.6.0",
"react-native-modalbox": "^2.0.0",
"react-native-reanimated": "^1.7.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.2.0",
"react-native-svg": "^11.0.1",
"react-native-vector-icons": "^6.6.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@react-native-community/eslint-config": "^0.0.7",
"babel-jest": "^25.2.1",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"jest": "^25.2.1",
"metro-react-native-babel-preset": "0.56.4",
"prettier": "^1.19.1",
"react-native-clean-project": "^3.3.0",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
}
}