...
|
...
|
@@ -10,27 +10,27 @@ |
|
|
"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": {
|
|
|
"@react-native-community/cameraroll": "^1.2.1",
|
|
|
"apsl-react-native-button": "^3.1.1",
|
|
|
"babel": "^6.23.0",
|
|
|
"create-react-class": "^15.6.3",
|
|
|
"deprecated-react-native-listview": "^0.0.6",
|
|
|
"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.9.0",
|
|
|
"react-immutable-proptypes": "^2.1.0",
|
|
|
"react-native": "^0.61.2",
|
|
|
"peerDependencies": {
|
|
|
"react": "^16.3.2"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"@react-native-community/cameraroll": "^1.2.1",
|
|
|
"apsl-react-native-button": "^3.1.1",
|
|
|
"babel": "^6.23.0",
|
|
|
"create-react-class": "^15.6.3",
|
|
|
"deprecated-react-native-listview": "^0.0.6",
|
|
|
"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.9.0",
|
|
|
"react-immutable-proptypes": "^2.1.0",
|
|
|
"react-native": "^0.61.2",
|
|
|
"react-native-device-info": "^0.21.5",
|
|
|
"react-native-fabric": "^0.5.1",
|
|
|
"react-native-fetch-blob": "^0.10.8",
|
...
|
...
|
@@ -43,9 +43,10 @@ |
|
|
"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-swiper": "^1.6.0-rc.3",
|
|
|
"react-native-switch-pro": "^0.4.11",
|
|
|
"react-native-view-shot": "^2.4.0",
|
|
|
"react-native-webview": "^7.5.2",
|
|
|
"react-native-wkwebview-reborn": "1.22.0",
|
|
|
"react-redux": "^5.0.7",
|
|
|
"react-static-container": "^1.0.2",
|
...
|
...
|
|