{
    "name": "@dytesdk/react-native-ui-kit",
    "version": "1.10.0",
    "description": "Dyte's UI library for meeting components",
    "main": "lib/commonjs/index",
    "author": "dev@dyte.io <dev@dyte.io> (https://github.com/dyte-in/)",
    "homepage": "https://github.com/dyte-in/react-native-ui-kit#readme",
    "module": "lib/module/index",
    "types": "lib/typescript/index.d.ts",
    "files": [
        "lib",
        "android",
        "ios",
        "cpp",
        "react-native-ui-kit.podspec",
        "!lib/typescript/example",
        "!android/build",
        "!ios/build",
        "!**/__tests__",
        "!**/__fixtures__",
        "!**/__mocks__"
    ],
    "bugs": {
        "url": "https://github.com/dyte-in/react-native-ui-kit/issues"
    },
    "private": false,
    "dependencies": {
        "lodash": "^4.17.21",
        "radio-buttons-react-native": "^1.0.4",
        "react-native-element-dropdown": "^2.0.0",
        "react-native-gifted-chat": "^2.4.0",
        "react-native-svg-transformer": "^1.0.0",
        "react-native-switch": "^1.5.1",
        "react-native-url-polyfill": "^1.3.0",
        "react-native-user-avatar": "^1.0.8"
    },
    "keywords": [
        "react-native",
        "ios",
        "android"
    ],
    "peerDependencies": {
        "@dytesdk/react-native-core": ">=1.0.0",
        "@dyteinternals/react-native-webrtc": "*",
        "react": "*",
        "react-native": "*",
        "react-native-document-picker": "*",
        "react-native-file-viewer": "^2.1.5",
        "react-native-fs": "^2.20.0",
        "react-native-safe-area-context": "^4.4.1",
        "react-native-sound-player": "^0.13.2",
        "react-native-svg": "^12.4.3",
        "react-native-webview": "^13.2.2"
    },
    "publishConfig": {
        "registry": "https://registry.npmjs.org/",
        "tag": "latest",
        "access": "public"
    },
    "scripts": {
        "postpublish": "mv package.json.bak package.json"
    }
}