package.json
1.41 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
{
"name": "YH_RNComponent",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "sh replace-custom-components-file.sh && node_modules/react-native/packager/packager.sh",
"ios": "sh replace-custom-components-file.sh && node_modules/react-native/packager/packager.sh",
"android": "sh replace-custom-components-file-android.sh && node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"apsl-react-native-button": "^2.4.2",
"immutable": "^3.8.1",
"key-mirror": "^1.0.1",
"lodash": "^4.16.4",
"md5": "^2.1.0",
"moment": "^2.13.0",
"object-assign": "^4.1.0",
"query-string": "^4.2.2",
"react": "15.3.1",
"react-immutable-proptypes": "^2.1.0",
"react-native": "0.32.0",
"react-native-device-info": "0.9.5",
"react-native-fabric": "0.2.2",
"react-native-progress": "^3.0.1",
"react-native-root-toast": "^1.0.3",
"react-native-router-flux": "^3.32.0",
"react-native-scrollable-mixin": "^1.0.1",
"react-native-simple-store": "^1.1.0",
"react-native-smart-toast": "^1.1.1",
"react-native-swipeable": "^0.4.0",
"react-native-swiper": "^1.5.4",
"react-redux": "^4.4.5",
"react-static-container": "^1.0.1",
"react-timer-mixin": "^0.13.3",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1",
"stacktrace-js": "^1.3.0",
"timeago.js": "^1.0.5",
"yh_rncamera": "0.1.0"
}
}