-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 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
39
{
"name": "trkbiketracking",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/cli": "^4.12.0",
"@voximplant/react-native-foreground-service": "^2.0.0",
"react": "16.13.1",
"react-native": "0.64.1",
"react-native-camera-kit": "^8.0.4",
"react-native-device-info": "^3.1.4",
"react-native-dialog-progress": "^1.0.2",
"react-native-geolocation-service": "^5.0.0",
"react-native-sensors": "^7.0.1",
"rxjs": "^6.6.3"
},
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/runtime": "7.5.5",
"@react-native-community/eslint-config": "0.0.3",
"babel-jest": "^25.5.1",
"eslint": "6.3.0",
"jest": "^25.5.4",
"metro-react-native-babel-preset": "0.58.0",
"react-test-renderer": "16.8.6"
},
"resolutions": {
"@react-native-community/cli-debugger-ui": "4.7.0"
},
"jest": {
"preset": "react-native"
}
}