UNPKG

@sendbird/uikit-react-native-foundation

Version:

A foundational UI kit for building chat-enabled React Native apps.

90 lines (89 loc) 2.28 kB
{ "name": "@sendbird/uikit-react-native-foundation", "version": "3.10.0", "description": "A foundational UI kit for building chat-enabled React Native apps.", "keywords": [ "sendbird", "uikit", "React Native", "chat", "messaging", "UI components", "customizable", "theme", "design system" ], "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "!**/__tests__" ], "sideEffects": false, "scripts": { "test": "jest", "build": "bob build", "clean": "del lib", "publish:next": "npm publish --tag next", "publish:local": "yalc publish", "generate-icons": "node src/assets/bundle-icons.js" }, "repository": { "type": "git", "url": "https://github.com/sendbird/sendbird-uikit-react-native.git", "directory": "packages/uikit-react-native-foundation" }, "author": "Sendbird <support@sendbird.com>", "license": "SEE LICENSE IN LICENSE.md", "bugs": { "url": "https://github.com/sendbird/sendbird-uikit-react-native.git/issues" }, "homepage": "https://github.com/sendbird/sendbird-uikit-react-native.git#readme", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "dependencies": { "@sendbird/uikit-utils": "3.10.0" }, "devDependencies": { "@types/react": "*", "@types/react-native": "*", "react": "18.2.0", "react-native": "0.74.3", "react-native-builder-bob": "^0.18.0", "react-native-fast-image": "^8.6.3", "react-native-safe-area-context": "^4.10.8", "typescript": "5.2.2" }, "peerDependencies": { "react": ">=17.0.2", "react-native": ">=0.65.0", "react-native-fast-image": ">=8.5.11", "react-native-safe-area-context": ">=3.3.2" }, "peerDependenciesMeta": { "react-native-fast-image": { "optional": true } }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "gitHead": "01b356019dead8053d3469bf5a40c69d66c5b980" }