-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1015 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1015 Bytes
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
{
"name": "cytiodriver",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"axios": "^0.18.0",
"firebase": "^5.3.1",
"geodist": "^0.2.1",
"native-base": "^2.7.2",
"react": "16.4.1",
"react-native": "0.56.0",
"react-native-firebase": "^4.3.8",
"react-native-geolocation-service": "^1.1.0",
"react-native-image-picker": "^0.26.10",
"react-native-image-resizer": "git+https://github.com/bamlab/react-native-image-resizer",
"react-native-open-maps": "^0.2.2",
"react-native-phone-call": "^1.0.8",
"react-native-sensitive-info": "^5.1.0",
"react-native-sound-player": "^0.4.0",
"react-navigation": "^2.9.0",
"unstated": "^2.1.1"
},
"devDependencies": {
"babel-jest": "23.4.0",
"babel-preset-react-native": "^5",
"jest": "23.4.1",
"react-test-renderer": "16.4.1"
},
"jest": {
"preset": "react-native"
}
}