UNPKG

prixa-telemedicine-rn-sdk

Version:

Welcome to Prixa Telemedicine. This is React Native SDK to our platform, Prixa Telemedicine.

85 lines (84 loc) 2.64 kB
{ "main": "dist/src/prixa-telemedicine-rn-sdk.min.js", "name": "prixa-telemedicine-rn-sdk", "version": "1.0.4", "scripts": { "build": "rollup --config rollup.config.js" }, "dependencies": { "@babel/preset-react": "^7.9.4", "@react-native-community/async-storage": "^1.9.0", "@react-native-community/cameraroll": "^4.0.1", "@react-native-community/datetimepicker": "^3.0.9", "axios": "^0.21.0", "currency.js": "^2.0.3", "i18n-js": "^3.3.0", "lodash": "^4.17.11", "moment": "^2.24.0", "qiscus-sdk-core": "2.8.16", "react-native-app-intro-slider": "^3.0.0", "react-native-auto-height-image": "^3.0.0", "react-native-collapsible": "^1.4.0", "react-native-fs": "^2.16.6", "react-native-gifted-chat": "^0.13.0", "react-native-image-picker": "^2.2.1", "react-native-inappbrowser-reborn": "^3.3.4", "react-native-incall-manager": "^3.2.3", "react-native-markdown-renderer": "^3.2.8", "react-native-modal": "^11.5.3", "react-native-parallax-scroll-view": "^0.21.3", "react-native-picker-select": "^6.2.0", "react-native-popup-menu": "^0.15.6", "react-native-screens": "^2.10.1", "react-native-searchable-dropdown": "^1.1.1", "react-native-slider": "^0.11.0", "react-native-svg": "^12.1.0", "react-native-timeline-flatlist": "^0.6.5", "react-native-voximplant": "^1.15.0", "react-native-webview": "^10.9.0", "react-native-wheel-picker-android": "^2.0.5", "react-navigation": "^4.1.1", "react-navigation-stack": "^1.7.3", "react-redux": "^7.1.3", "redux": "^4.0.1", "rn-fetch-blob": "^0.12.0" }, "devDependencies": { "@babel/core": "^7.10.2", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/preset-env": "^7.9.5", "jetifier": "^1.6.6", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-copy": "^3.3.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-sourcemaps": "^0.5.0", "rollup-plugin-terser": "^5.3.0" }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-gesture-handler": "*", "react-native-reanimated": "^1.7.x", "react-native-safe-area-context": "^0.7.x", "react-native-safe-area-view": "^1.0.x", "react-native-screens": "^2.0.x" }, "rnpm": { "assets": [ "./assets/fonts/" ] }, "author": "Prixa Tech Team", "keywords": [ "prixa", "telemedicine", "react-native", "react", "ui", "ios", "android" ] }