package.json
2.42 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
{
"name": "YH_RNComponent",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "sh replace-custom-components-file.sh && node node_modules/react-native/local-cli/cli.js start",
"ios": "node node_modules/react-native/local-cli/cli.js start",
"android": "sh replace-custom-components-file-android.sh && node node_modules/react-native/local-cli/cli.js start",
"build:ios": "react-native bundle --entry-file index.ios.js --platform ios --dev false --reset-cache --bundle-output ../bundle/main.jsbundle --assets-dest ../bundle",
"build:android": "react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output index.android.bundle --assets-dest bundle/",
"bundle": "sh replace-custom-components-file.sh && node bundle.js"
},
"peerDependencies": {
"react": "^16.3.2"
},
"dependencies": {
"apsl-react-native-button": "^3.1.1",
"babel": "^6.23.0",
"create-react-class": "^15.6.3",
"htmlparser2-without-node-native": "^3.9.2",
"immutable": "^3.8.2",
"key-mirror": "^1.0.1",
"lodash": "^4.17.10",
"md5": "^2.2.1",
"moment": "^2.22.1",
"object-assign": "^4.1.1",
"prop-types": "^15.6.1",
"query-string": "^6.1.0",
"react": "^16.3.2",
"react-immutable-proptypes": "^2.1.0",
"react-native": "^0.54.4",
"react-native-device-info": "^0.21.5",
"react-native-fabric": "^0.5.1",
"react-native-fetch-blob": "^0.10.8",
"react-native-img-cache": "^1.5.3",
"react-native-progress": "^3.4.0",
"react-native-root-toast": "^3.0.1",
"react-native-scrollable-mixin": "^1.0.1",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-simple-store": "^1.3.0",
"react-native-smart-toast": "^1.1.1",
"react-native-swipeable": "^0.6.0",
"react-native-swiper": "^1.5.13",
"react-native-switch-pro": "^0.4.11",
"react-native-view-shot": "^2.4.0",
"react-redux": "^5.0.7",
"react-static-container": "^1.0.2",
"react-timer-mixin": "^0.13.3",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"stacktrace-js": "^2.0.0",
"react-native-image-picker": "^0.28.1",
"timeago.js": "^3.0.2"
},
"devDependencies": {
"babel-jest": "22.4.3",
"babel-preset-react-native": "4.0.0",
"fs-extra": "^7.0.1",
"jest": "22.4.3",
"react-test-renderer": "16.3.1",
"rocket-bundler": "^0.14.2"
},
"jest": {
"preset": "react-native"
}
}