-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "uber_app",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@mapbox/polyline": "^1.1.1",
"@mauron85/react-native-background-geolocation": "^0.6.3",
"@react-native-community/geolocation": "^2.0.2",
"axios": "^0.21.1",
"eslint-config-prettier": "^7.2.0",
"lodash": "^4.17.20",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-native": "^0.63.4",
"react-native-linear-gradient": "^2.5.6",
"react-native-maps": "https://github.com/xDemon200/react-native-maps",
"socket.io-client": "^3.0.4"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
}
}