-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.92 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.92 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
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "stylenow",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"apisauce": "^0.14.0",
"assign-deep": "^0.4.5",
"geolib": "^2.0.23",
"immutable": "^3.8.1",
"linkify-it": "^2.0.3",
"loadash": "0.0.1",
"lodash.debounce": "^4.0.8",
"lodash.merge": "^4.6.0",
"moment": "^2.19.2",
"moment-timezone": "^0.5.13",
"qs": "^5.2.0",
"react": "16.0.0-alpha.6",
"react-addons-shallow-compare": "^15.4.2",
"react-addons-update": "^15.5.2",
"react-motion": "^0.4.7",
"react-native": "0.43.3",
"react-native-android-location-services-dialog-box": "^1.2.0",
"react-native-aws3": "0.0.8",
"react-native-billing": "^2.3.1",
"react-native-calendar-datepicker": "^1.2.2",
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
"react-native-cardview": "^1.0.4",
"react-native-communications": "^2.2.1",
"react-native-dash": "0.0.8",
"react-native-datepicker": "^1.6.0",
"react-native-drawer": "^2.3.0",
"react-native-dropdown": "0.0.6",
"react-native-elements": "^0.9.7",
"react-native-fbsdk": "^0.6.1",
"react-native-geocoder": "^0.4.8",
"react-native-gifted-chat": "^0.1.4",
"react-native-google-places-autocomplete": "^1.2.8",
"react-native-hyperlink": "0.0.8",
"react-native-i18n": "^1.0.0",
"react-native-image-picker": "^0.26.0",
"react-native-image-resizer": "^0.1.0",
"react-native-in-app-utils": "^5.5.0",
"react-native-keyboard-aware-scroll-view": "^0.2.7",
"react-native-loading-spinner-overlay": "^0.4.2",
"react-native-location": "^0.27.0",
"react-native-maps": "^0.13.0",
"react-native-material-kit": "^0.4.1",
"react-native-material-textfield": "^0.6.5",
"react-native-measureme": "0.0.1",
"react-native-navbar": "^1.6.2",
"react-native-onesignal": "^3.0.5",
"react-native-permissions": "^1.0.0",
"react-native-root-modal": "^1.1.0",
"react-native-scrollable-tab-view": "^0.7.2",
"react-native-simple-modal": "^5.1.1",
"react-native-simple-store": "^1.1.0",
"react-native-simple-toast": "0.0.5",
"react-native-spinkit": "^1.0.2",
"react-native-star-rating": "^1.0.7",
"react-native-swiper": "git+https://github.com/FuYaoDe/react-native-swiper.git",
"react-native-ui-xg": "0.0.6",
"react-native-vector-icons": "^4.0.0",
"react-redux": "^5.0.3",
"redux": "^3.6.0",
"redux-immutable": "^3.1.0",
"redux-persist": "^4.4.2",
"redux-saga": "^0.14.3",
"reduxsauce": "^0.4.1",
"remote-redux-devtools": "^0.5.7",
"seamless-immutable": "^7.0.1",
"style-equal": "^1.0.0"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-test-renderer": "15.4.2"
},
"jest": {
"preset": "react-native"
}
}