-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.33 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.33 KB
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
{
"name": "LabsApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"b": "^2.0.1",
"babel-core": "^6.26.0",
"dateformat": "^3.0.2",
"fbjs": "^0.8.16",
"firebase": "^4.6.2",
"prop-types": "^15.6.0",
"react": "16.0.0",
"react-native": "^0.51.0",
"react-native-background-fetch": "2.0.8",
"react-native-circular-progress": "^0.1.0",
"react-native-elements": "^0.18.4",
"react-native-fbsdk": "^0.6.3",
"react-native-firebase": "^3.1.1",
"react-native-geocoding": "^0.2.0",
"react-native-google-places": "^2.4.2",
"react-native-keyboard-aware-scroll-view": "^0.4.1",
"react-native-material-textfield": "^0.11.0",
"react-native-mauron85-background-geolocation": "^0.4.0-rc.3",
"react-native-push-notification": "^3.0.2",
"react-native-simple-auth": "^2.1.0",
"react-native-svg": "^6.0.1-rc.1",
"react-native-vector-icons": "^4.4.2",
"react-navigation": "^1.0.0-beta.21",
"react-transform-hmr": "^1.0.4",
"victory-native": "^0.16.1"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "21.2.1",
"react-test-renderer": "16.0.0"
},
"jest": {
"preset": "react-native"
}
}