@replyke/ui-core-react-native
Version:
Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.
69 lines • 1.7 kB
JSON
{
"name": "@replyke/ui-core-react-native",
"version": "5.0.10",
"private": false,
"license": "Apache-2.0",
"author": "Replyke, maintained by Yanay Tsabary",
"description": "Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.",
"keywords": [
"replyke",
"authentication",
"social",
"comments",
"reactions",
"moderation",
"notifications",
"user-management",
"feed",
"lists",
"follows",
"reporting",
"upvotes",
"downvotes",
"react-native",
"expo",
"typescript"
],
"bugs": {
"url": "https://discord.gg/REKxnCJzPz"
},
"homepage": "https://docs.replyke.com",
"repository": {
"type": "git",
"url": "https://github.com/replyke/replyke-ui.git"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"dependencies": {
"@giphy/js-fetch-api": "^5.6.0"
},
"devDependencies": {
"expo-image": "^2.0.4",
"moment": "^2.30.1",
"react-native-gesture-handler": "^2.22.1",
"react-native-svg": "^15.11.1",
"@replyke/core": "5.0.10",
"@replyke/ui-core": "5.0.10"
},
"peerDependencies": {
"@replyke/core": ">=5",
"@replyke/ui-core": ">=5",
"expo-image": "^2",
"moment": "^2",
"react-native-gesture-handler": "^2",
"react-native-svg": "^15"
},
"scripts": {
"build:esm": "tsc -p tsconfig.esm.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build": "rimraf dist && pnpm run build:esm && pnpm run build:cjs",
"prepublish": "pnpm run build"
}
}