@sendbird/uikit-utils
Version:
A collection of utility functions and constants for building chat UI components with Sendbird UIKit.
88 lines (87 loc) • 2.13 kB
JSON
{
"name": "@sendbird/uikit-utils",
"version": "3.10.0",
"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",
"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": "18.2.0",
"react-native": "0.74.3",
"react-native-builder-bob": "^0.18.0",
"typescript": "5.2.2"
},
"peerDependencies": {
"@sendbird/chat": "^4.19.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": "01b356019dead8053d3469bf5a40c69d66c5b980"
}