UNPKG

@sendbird/uikit-utils

Version:

A collection of utility functions and constants for building chat UI components with Sendbird UIKit.

97 lines (96 loc) 2.38 kB
{ "name": "@sendbird/uikit-utils", "version": "3.12.1", "description": "A collection of utility functions and constants for building chat UI components with Sendbird UIKit.", "keywords": [ "sendbird", "uikit", "chat", "UI components", "utility functions", "constants" ], "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", "react-native": "src/index", "source": "src/index", "exports": { "./package.json": "./package.json", ".": { "types": "./lib/typescript/src/index.d.ts", "react-native": "./src/index.ts", "require": "./lib/commonjs/index.js", "import": "./lib/module/index.js" } }, "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" }, "repository": { "type": "git", "url": "https://github.com/sendbird/sendbird-uikit-react-native.git", "directory": "packages/uikit-utils" }, "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": { "string.prototype.matchall": "^4.0.7" }, "devDependencies": { "@types/react": "*", "@types/react-native": "*", "date-fns": ">=2.28.0", "react": "19.1.1", "react-native": "0.82.1", "react-native-builder-bob": "^0.18.0", "typescript": "5.8.3" }, "peerDependencies": { "@sendbird/chat": "^4.20.2", "date-fns": ">=2.28.0", "react": ">=17.0.2", "react-native": ">=0.65.0" }, "peerDependenciesMeta": { "@sendbird/chat": { "optional": true }, "react-native": { "optional": true } }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "gitHead": "367f6209c4e1db1ec2d44dbdc3e3d3a55c6beb78" }