-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 1.06 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": "appbuilders",
"version": "0.1.0",
"private": true,
"devDependencies": {
"jest-expo": "23.0.0",
"react-devtools": "^3.1.0",
"react-test-renderer": "16.0.0"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"firebase-admin": "^5.6.0",
"moment": "^2.20.1",
"react": "16.5.0",
"react-native": "0.57.0",
"react-native-about-libraries": "^0.0.3",
"react-native-actionsheet": "^2.3.0",
"react-native-cli": "^2.0.1",
"react-native-device-info": "^0.13.0",
"react-native-elements": "^0.19.0",
"react-native-firebase": "^4.3.0",
"react-native-mail": "^3.0.5",
"react-native-maps": "^0.20.0",
"react-native-open-maps": "^0.1.3",
"react-native-safari-view": "^2.1.0",
"react-native-segmented-control-tab": "^3.2.1",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.5.8"
}
}