forked from santiagogrr/projectOne
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.28 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
{
"name": "projectOne",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-plugin-transform-react-remove-prop-types": "^0.4.19",
"babel-preset-react-native-stage-0": "^1.0.1",
"jest": "^23.5.0",
"jest-react-native": "^18.0.0",
"react-test-renderer": "16.3.1"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "jest"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"@dwqs/react-native-image-viewer": "^2.0.0",
"firebase": "^5.5.2",
"moment": "^2.22.2",
"moment-timezone": "^0.5.23",
"prop-types": "^15.6.2",
"react": "^16.3.1",
"react-live-clock": "^3.0.0",
"react-moment": "^0.8.3",
"react-native": "~0.55.2",
"react-native-communications": "^2.2.1",
"react-native-deprecated-custom-components": "^0.1.2",
"react-native-elements": "^0.19.1",
"react-native-expo-image-cache": "^3.2.0",
"react-native-google-maps-directions": "^2.0.0",
"react-native-image-view": "^2.0.12",
"react-native-image-zoom-viewer": "^2.2.23",
"react-native-maps": "^0.22.0",
"react-native-maps-directions": "^1.6.0",
"react-native-vector-icons": "^6.0.2",
"react-navigation": "^2.18.0"
}
}