-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.46 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
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "Fitly",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"firebase": "^3.6.4",
"moment": "^2.17.1",
"react": "15.4.1",
"react-addons-shallow-compare": "^15.4.1",
"react-native": "0.39.2",
"react-native-blur-image": "^1.0.6",
"react-native-calendar-events": "1.2.1",
"react-native-calendars": "1.2.21",
"react-native-carousel": "0.9.1",
"react-native-check-box": "^1.0.4",
"react-native-circular-progress": "0.0.8",
"react-native-contacts": "^0.7.1",
"react-native-datepicker": "^1.4.3",
"react-native-facebook-login": "1.4.0",
"react-native-fetch-blob": "^0.10.2-beta.6",
"react-native-firestack": "^2.3.5",
"react-native-fm-picker": "orhan/react-native-fm-picker#d376d14ff6478f48b22a0213cdf7d115a5678a9f",
"react-native-geocoder": "0.4.5",
"react-native-gifted-chat": "0.0.9",
"react-native-google-places-autocomplete": "^1.2.6",
"react-native-image-crop-picker": "^0.16.1",
"react-native-image-picker": "^0.24.1",
"react-native-image-progress": "^0.6.0",
"react-native-keyboard-aware-scroll-view": "^0.2.6",
"react-native-loading-spinner-overlay": "^0.4.1",
"react-native-looped-carousel": "^0.1.4",
"react-native-maps": "^0.12.4",
"react-native-menu": "^0.20.2",
"react-native-modal-picker": "0.0.16",
"react-native-picker": "^4.0.18",
"react-native-picker-scrollview": "https://github.com/vinayr/react-native-picker-scrollview",
"react-native-prompt": "^1.0.0",
"react-native-search-bar": "^2.16.0",
"react-native-search-box": "0.0.6",
"react-native-segmented-control-tab": "3.0.2",
"react-native-simple-picker": "^1.4.3",
"react-native-tab-view": "0.0.47",
"react-native-tag-input": "0.0.13",
"react-native-timeago": "0.3.0",
"react-native-vector-icons": "3.0.0",
"react-navigation": "^1.0.0-beta.11",
"react-redux": "5.0.2",
"redux": "3.6.0",
"redux-logger": "2.7.4",
"redux-saga": "0.14.3",
"uuid": "3.0.1"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-jest": "18.0.0",
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"babel-preset-react-native": "3.0.2",
"eslint": "^4.8.0",
"eslint-config-callstack-io": "^0.5.0",
"flow-bin": "^0.38.0",
"jest": "18.1.0",
"react-test-renderer": "15.4.2"
},
"jest": {
"preset": "react-native"
}
}