-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 2 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
{
"name": "crowdshot",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"base-64": "^0.1.0",
"dateformat": "^1.0.12",
"firebase": "^3.6.1",
"geofire": "^4.1.2",
"react": "15.4.1",
"react-addons-shallow-compare": "^15.4.1",
"react-native": "0.39.0",
"react-native-animatable": "^0.6.1",
"react-native-app-intro": "^1.1.5",
"react-native-blur": "^1.1.1",
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git#536d39b33bea569351636741d794aec6adbe3353",
"react-native-fbsdk": "^0.3.0",
"react-native-fcm": "^2.3.2",
"react-native-fetch-blob": "^0.10.1-beta.1",
"react-native-flip-card": "^3.3.1",
"react-native-geocoder": "^0.4.5",
"react-native-gifted-chat": "0.0.10",
"react-native-google-location": "^0.2.0",
"react-native-icons": "^0.7.1",
"react-native-linear-gradient": "^1.5.14",
"react-native-maps": "github:airbnb/react-native-maps",
"react-native-parallax-scroll-view": "^0.19.0",
"react-native-photo-view": "^1.2.0",
"react-native-picker": "^4.0.10",
"react-native-progress": "^3.1.0",
"react-native-radio-button": "^1.0.2",
"react-native-router-flux": "^3.36.0",
"react-native-share": "^1.0.17",
"react-native-simple-store": "^1.1.0",
"react-native-swipe-cards": "0.0.9",
"react-native-swipeout": "git+https://github.com/dancormier/react-native-swipeout.git",
"react-native-swiper": "^1.5.3",
"react-native-tab-view": "0.0.40",
"react-native-tabs": "^1.0.9",
"react-native-timeago": "^0.3.0",
"react-native-vector-icons": "^3.0.0",
"react-native-video": "^0.9.0",
"whatwg-fetch": "^1.1.1"
},
"jest": {
"preset": "jest-react-native"
},
"devDependencies": {
"babel-jest": "16.0.0",
"babel-preset-react-native": "1.9.0",
"jest": "16.0.2",
"jest-react-native": "16.0.0",
"react-test-renderer": "15.3.2"
}
}