UNPKG

react-native-kore-bot-template-dev

Version:

Description of your library

103 lines (102 loc) 3.11 kB
{ "name": "react-native-kore-bot-template-dev", "version": "0.0.44", "description": "Description of your library", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist", "bot-sdk/assets/images" ], "scripts": { "postinstall": "npx patch-package", "build": "tsup" }, "keywords": [ "react-native", "npm", "library", "kore", "botsdk" ], "author": "Sathish Kumar Challa", "license": "MIT", "peerDependencies": { "react-native": "0.69.8" }, "dependencies": { "@aashu-dubey/react-native-rating-bar": "^0.2.0", "@hyeonwoo/react-native-cardview": "^1.0.1", "@react-native-assets/slider": "^7.0.3", "@react-native-community/checkbox": "^0.5.16", "@react-native-community/datetimepicker": "^6.7.1", "@react-native-picker/picker": "^2.4.8", "@types/react": "^18.2.6", "@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", "dayjs": "^1.11.5", "deprecated-react-native-prop-types": "^2.3.0", "esbuild-plugin-inline-image": "^0.0.8", "react": "^18.0.0", "react-native": "0.69.8", "react-native-charts-wrapper": "^0.5.11", "react-native-check-box": "^2.1.7", "react-native-communications": "^2.2.1", "react-native-fast-image": "^8.5.11", "react-native-gesture-handler": "^2.7.0", "react-native-linear-gradient": "^2.6.2", "react-native-modal-datetime-picker": "^14.0.1", "react-native-orientation-locker": "^1.4.0", "react-native-parsed-text": "^0.0.22", "react-native-popover-view": "^5.1.6", "react-native-radio-buttons-group": "^2.2.11", "react-native-reanimated": "^2.17.0", "react-native-reanimated-carousel": "^3.1.5", "react-native-safe-area-context": "^3.4.1", "react-native-svg": "^13.9.0", "react-native-svg-transformer": "^1.0.0", "react-native-svg-uri": "^1.2.3", "react-native-track-player": "^3.0.0", "react-native-uuid": "^2.0.1", "react-native-vector-icons": "^10.0.0", "react-native-video": "^5.1.1", "react-native-video-controls": "^2.8.1", "tsup": "^7.2.0", "use-memo-one": "^1.1.3" }, "devDependencies": { "@babel/core": "^7.12.9", "@babel/runtime": "^7.12.5", "@react-native-community/eslint-config": "^2.0.0", "@tsconfig/react-native": "^2.0.2", "babel-jest": "^26.6.3", "eslint": "^7.32.0", "jest": "^26.6.3", "metro-react-native-babel-preset": "^0.70.3", "react-test-renderer": "18.0.0", "typescript": "^5.4.5" }, "jest": { "preset": "react-native" }, "engines": { "node": ">=16.20.0" }, "rnpm": { "assets": [ "./assets/fonts/" ] }, "repository": { "type": "git", "url": "git+https://github.com/your-username/your-package.git" }, "bugs": { "url": "https://github.com/your-username/your-library/issues" }, "homepage": "https://kore.ai/" }