UNPKG

rn-kore-bot-sdk-v77-test

Version:

React Native Kore Bot SDK for building chatbot interfaces

103 lines (102 loc) 3.66 kB
{ "name": "rn-kore-bot-sdk-v77-test", "version": "0.0.24", "description": "React Native Kore Bot SDK for building chatbot interfaces", "main": "./dist/index.js", "module": "./dist/index.mjs", "keywords": [ "react-native", "chatbot", "kore", "bot-sdk", "chat-ui" ], "repository": { "type": "git", "url": "https://github.com/Koredotcom/react-native-botsdk/tree/master/RNKoreBotSDK" }, "license": "MIT", "author": "Kore.ai", "files": [ "dist", "README.md", "package.json" ], "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint .", "start": "react-native start", "clean": "react-native clean", "test": "jest", "build": "tsup", "prepublishOnly": "npm run build" }, "peerDependencies": { "react": ">=18.0.0", "react-native": ">=0.77.0 <0.78.0" }, "dependencies": { "@react-native-async-storage/async-storage": "^2.2.0", "@react-native-community/datetimepicker": "^8.4.4", "@react-native-community/netinfo": "^11.4.1", "@react-native-community/slider": "^5.0.1", "@react-native-picker/picker": "^2.11.0", "@react-native-voice/voice": "^3.2.4", "@react-navigation/native": "^7.1.14", "@react-navigation/stack": "^7.4.2", "axios": "^1.10.0", "dayjs": "^1.11.13", "react-native-blob-util": "^0.22.2", "react-native-bootsplash": "^6.3.9", "react-native-communications": "^2.2.1", "react-native-document-picker": "^9.3.1", "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.27.2", "react-native-image-picker": "^8.2.1", "react-native-linear-gradient": "^2.8.3", "react-native-orientation-locker": "^1.7.0", "react-native-paper": "^5.14.5", "react-native-parsed-text": "^0.0.22", "react-native-permissions": "^5.4.2", "react-native-popover-view": "^6.1.0", "react-native-progress": "^5.0.1", "react-native-reanimated": "3.18.0", "react-native-reanimated-carousel": "^4.0.3", "react-native-safe-area-context": "^5.4.1", "react-native-screens": "^4.13.1", "react-native-shadow-2": "^7.1.0", "react-native-sound": "^0.12.0", "react-native-svg": "^15.12.1", "react-native-toast-message": "^2.3.0", "react-native-tts": "^4.1.1", "react-native-user-agent": "^2.3.1", "react-native-vector-icons": "^10.2.0", "react-native-video": "^6.16.1", "reactotron-react-native": "^5.1.13", "rn-kore-bot-socket-lib-v77": "^0.0.3", "use-memo-one": "^1.1.3" }, "devDependencies": { "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.3", "@babel/runtime": "^7.25.0", "@react-native-community/cli": "15.0.1", "@react-native-community/cli-platform-android": "15.0.1", "@react-native-community/cli-platform-ios": "15.0.1", "@react-native/babel-preset": "0.77.0", "@react-native/eslint-config": "0.77.0", "@react-native/metro-config": "0.77.0", "@react-native/typescript-config": "0.77.0", "@types/react": "^18.2.6", "esbuild-plugin-inline-image": "^0.0.9", "eslint": "^8.19.0", "tsup": "^7.2.0", "typescript": "5.0.4" }, "engines": { "node": ">=18" } }