UNPKG

rn-kore-bot-sdk

Version:
141 lines (140 loc) 4.66 kB
{ "name": "rn-kore-bot-sdk", "version": "0.0.5", "description": "Description of your library", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "postinstall": "npx patch-package", "build": "tsup" }, "keywords": [ "react-native", "npm", "library", "kore", "botsdk" ], "author": "Kore.ai Inc", "license": "MIT", "peerDependencies": { "react-native": "^0.72.1" }, "dependencies": { "@aashu-dubey/react-native-rating-bar": "^0.2.0", "@gorhom/bottom-sheet": "^4.6.1", "@hyeonwoo/react-native-cardview": "^1.0.1", "@react-native-assets/slider": "^7.0.3", "@react-native-async-storage/async-storage": "^1.22.3", "@react-native-clipboard/clipboard": "^1.13.1", "@react-native-community/checkbox": "^0.5.17", "@react-native-community/datetimepicker": "^7.6.2", "@react-native-community/netinfo": "^11.2.0", "@react-native-picker/picker": "^2.6.1", "@react-native-voice/voice": "^3.2.4", "@react-navigation/native": "^6.1.9", "@react-navigation/stack": "^6.3.20", "@shopify/flash-list": "^1.6.3", "axios": "^1.4.0", "dayjs": "^1.11.5", "deprecated-react-native-prop-types": "^4.2.1", "events": "^3.3.0", "react": "18.2.0", "react-i18next": "^13.5.0", "react-native": "^0.72.1", "react-native-blob-util": "^0.17.3", "react-native-bootsplash": "^5.1.3", "react-native-charts-wrapper": "^0.6.0", "react-native-check-box": "^2.1.7", "react-native-collapsible": "^1.6.1", "react-native-communications": "^2.2.1", "react-native-document-picker": "^9.1.1", "react-native-dot-typing": "^1.0.2", "react-native-fast-image": "^8.6.3", "react-native-file-viewer": "^2.1.5", "react-native-fs": "^2.20.0", "react-native-gesture-handler": "^2.14.0", "react-native-image-picker": "^7.1.2", "react-native-lightbox": "^0.8.1", "react-native-linear-gradient": "^2.8.3", "react-native-localize": "^3.0.4", "react-native-modal": "^13.0.1", "react-native-modal-datetime-picker": "^17.1.0", "react-native-orientation-locker": "^1.4.0", "react-native-parsed-text": "^0.0.22", "react-native-permissions": "^4.1.5", "react-native-popover-view": "^5.1.8", "react-native-progress": "^5.0.1", "react-native-pure-jwt": "^3.0.2", "react-native-radio-buttons-group": "^3.1.0", "react-native-reanimated": "^3.7.2", "react-native-reanimated-carousel": "^3.1.5", "react-native-safe-area-context": "^4.9.0", "react-native-screens": "3.29.0", "react-native-select-dropdown": "^4.0.0", "react-native-simple-toast": "^3.1.0", "react-native-svg": "^13.9.0", "react-native-svg-transformer": "^1.0.0", "react-native-svg-uri": "^1.2.3", "react-native-track-player": "^4.0.1", "react-native-tts": "^4.1.1", "react-native-user-agent": "^2.3.1", "react-native-uuid": "^2.0.1", "react-native-vector-icons": "^10.0.3", "react-native-video": "^5.2.1", "react-native-video-controls": "^2.8.1", "reactotron-react-native": "^5.0.4", "rn-kore-bot-socket-sdk": "^0.0.2", "simple-markdown": "^0.7.3", "use-memo-one": "^1.1.3" }, "resolutions": { "@types/react": "18.2.0" }, "devDependencies": { "@babel/cli": "^7.24.8", "@babel/core": "^7.24.9", "@babel/preset-react": "^7.24.7", "@babel/preset-typescript": "^7.24.7", "@babel/runtime": "^7.20.0", "@react-native/eslint-config": "^0.72.2", "@react-native/metro-config": "^0.72.7", "@tsconfig/react-native": "^3.0.0", "@types/moment-range": "^4.0.0", "@types/react": "^18.2.0", "@types/react-native-charts-wrapper": "^0.5.11", "@types/react-native-check-box": "^2.1.6", "@types/react-native-communications": "^2.2.4", "@types/react-native-vector-icons": "^6.4.18", "@types/react-test-renderer": "^18.0.0", "babel-jest": "^29.2.1", "babel-loader": "^9.1.3", "dependency-cruiser": "^16.3.7", "esbuild": "^0.23.0", "esbuild-plugin-inline-image": "^0.0.9", "eslint": "^8.19.0", "jest": "^29.2.1", "madge": "^7.0.0", "prettier": "^2.4.1", "react-test-renderer": "18.2.0", "tsup": "^8.1.0", "typescript": "^4.7.3" }, "engines": { "node": ">=16" }, "rnpm": { "assets": [ "./assests/fonts/" ] }, "repository": { "type": "git", "url": "https://github.com/Koredotcom/react-native-botsdk.git" }, "bugs": { "url": "https://github.com/Koredotcom/react-native-botsdk/issues" }, "homepage": "https://developer.kore.com/docs/bots/kore-web-sdk/" }