-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
72 lines (72 loc) · 2.37 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
72
{
"name": "vibe",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@mapbox/polyline": "^0.2.0",
"algoliasearch": "^3.22.2",
"algoliasearch-helper": "^2.20.1",
"expo": "^16.0.0",
"firebase": "^3.8.0",
"lodash": "^4.17.4",
"native-base": "^2.1.3",
"react": "16.0.0-alpha.6",
"react-dom": "^15.5.4",
"react-instantsearch": "^4.0.2",
"react-native": "0.43.0",
"react-native-action-button": "^2.6.9",
"react-native-alphabetlistview": "^0.2.0",
"react-native-animatable": "^1.2.0",
"react-native-atoz-listview": "0.0.7",
"react-native-card-view": "0.0.3",
"react-native-carousel": "^0.10.0",
"react-native-dropdown": "0.0.6",
"react-native-fbsdk": "^0.5.0",
"react-native-fetch-blob": "^0.10.8",
"react-native-geocoder": "^0.4.8",
"react-native-gifted-chat": "^0.1.4",
"react-native-gifted-messenger": "^0.1.4",
"react-native-icons": "^0.7.1",
"react-native-image-crop-picker": "^0.13.1",
"react-native-keyboard-aware-scroll-view": "^0.2.9",
"react-native-maps": "^0.15.2",
"react-native-material-switch": "0.0.4",
"react-native-md5": "^1.0.0",
"react-native-modal-dropdown": "^0.4.2",
"react-native-modal-picker": "0.0.16",
"react-native-mswiper": "^2.0.0",
"react-native-navbar": "^1.7.1",
"react-native-page-control": "^1.0.7",
"react-native-permissions": "^0.2.7",
"react-native-phone-input": "^0.1.8",
"react-native-picker": "^4.0.18",
"react-native-row": "latest",
"react-native-search-box": "0.0.8",
"react-native-simple-modal": "^5.0.0",
"react-native-swipe-list-view": "^0.4.1",
"react-native-swipeable": "^0.4.0",
"react-native-swiper": "^1.5.4",
"react-native-switch": "^1.1.0",
"react-native-switch-pro": "^0.4.2",
"react-native-tab-view": "0.0.62",
"react-native-timeline-listview": "^0.2.0",
"react-native-vector-icons": "^4.2.0",
"react-native-viewpager": "^0.2.13",
"react-safe-promise": "^0.1.1",
"rn-viewpager": "^1.2.1",
"simple-carousel-react-native": "^1.0.1"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "1.9.2",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
}
}