-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.73 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
{
"name": "UgandaTrees",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"firebase": "^6.2.0",
"geolib": "^3.0.3",
"react": "16.8.3",
"react-native": "0.59.9",
"react-native-cached-image": "github:fungilation/react-native-cached-image",
"react-native-camera": "^2.11.0",
"react-native-elements": "^1.1.0",
"react-native-fast-image": "^6.0.5",
"react-native-flash-message": "^0.1.13",
"react-native-fs": "^2.13.3",
"react-native-gesture-handler": "^1.3.0",
"react-native-google-maps-directions": "^2.1.0",
"react-native-image-resizer": "^1.0.1",
"react-native-maps": "^0.24.2",
"react-native-material-dropdown": "^0.11.1",
"react-native-material-textfield": "^0.12.0",
"react-native-material-ui": "^1.30.1",
"react-native-modal": "^11.0.2",
"react-native-progress": "^3.6.0",
"react-native-reanimated": "^1.0.1",
"react-native-scalable-image": "^0.5.1",
"react-native-screens": "^1.0.0-alpha.22",
"react-native-share": "^1.2.1",
"react-native-tab-view": "^2.6.1",
"react-native-vector-icons": "^6.5.0",
"react-navigation": "^3.11.0",
"react-redux": "^7.1.0",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"rn-fetch-blob": "^0.10.15",
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/runtime": "^7.4.5",
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.54.1",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./src/assets/fonts"
]
}
}