softchatjs-react-native
Version:
React native UI SDK for softchatjs-core. Create a free account at: https://www.softchatjs.com
68 lines (67 loc) • 1.63 kB
JSON
{
"name": "softchatjs-react-native",
"version": "4.3.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"run": "ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup ./src",
"pub": "npm publish --access public",
"dev": "tsup ./src --format esm --dts --watch"
},
"author": "Softchatjs",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Timilehinn/softchatjs/tree/main/packages/softchatjs-react-native"
},
"dependencies": {
"@flyerhq/react-native-link-preview": "^1.6.0",
"date-fns": "^4.0.0-beta.1",
"expo-clipboard": "^6.0.3",
"expo-haptics": "^13.0.1",
"lodash": "^4.17.21",
"moment": "^2.30.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/lodash": "^4.17.0",
"ts-node": "^10.9.2",
"tsup": "^8.2.4"
},
"peerDependencies": {
"expo-av": "^15.0.1",
"expo-camera": "^15.0.16",
"expo-file-system": "^18.0.3",
"expo-image": "^1.13.0",
"expo-image-picker": "^15.0.7",
"react-native": ">=0.60.0",
"react-native-actions-sheet": "^0.9.7",
"@shopify/flash-list": "^1.7.2",
"expo-video": "~2.0.0"
},
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./src": "./src/index.ts"
},
"files": [
"dist",
"package.json"
],
"keywords": [
"chat",
"messaging",
"private chat",
"broadcasts",
"chat sdk",
"chat UI",
"react",
"javascript"
]
}