bluejoyq

add module in package.json for pull request !1

......@@ -5815,6 +5815,14 @@
"prop-types": "^15.6.0"
}
},
"react-native-swiper": {
"version": "1.5.14",
"resolved": "https://registry.npmjs.org/react-native-swiper/-/react-native-swiper-1.5.14.tgz",
"integrity": "sha512-Kn0fxKooN7Shwu1qJYHB+Y8ssXXnvrIwReHXU5jCdyYNfz2QbBv0Cv3sa2Mqzr+XgzORCFFIokc8uCCUITDrVA==",
"requires": {
"prop-types": "^15.5.10"
}
},
"react-native-tab-view": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/react-native-tab-view/-/react-native-tab-view-2.10.0.tgz",
......
......@@ -13,6 +13,7 @@
"expo": "^35.0.0",
"expo-permissions": "~7.0.0",
"expo-speech": "~7.0.0",
"expo-sqlite": "~7.0.0",
"path": "^0.12.7",
"react": "16.8.3",
"react-dom": "16.8.3",
......@@ -23,6 +24,7 @@
"react-native-reanimated": "^1.4.0",
"react-native-svg": "^9.13.3",
"react-native-svg-charts": "^5.3.0",
"react-native-swiper": "^1.5.14",
"react-native-voice": "^0.3.0",
"react-native-web": "^0.11.7",
"react-navigation": "^4.0.10",
......@@ -31,8 +33,7 @@
"react-redux": "^7.1.3",
"react-thunk": "^1.0.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"expo-sqlite": "~7.0.0"
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-preset-expo": "^7.1.0",
......