replyke-rn
Version:
Replyke React Native components: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.
62 lines (61 loc) • 1.5 kB
JSON
{
"name": "replyke-rn",
"version": "4.0.8",
"author": "Replyke, maintained by Yanay Tsabary",
"description": "Replyke React Native components: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.",
"keywords": [
"react-native",
"social features",
"comment section",
"comments",
"nested comments",
"likes",
"votes",
"feeds",
"user lists",
"notifications",
"interactive apps",
"reactions",
"content moderation",
"reporting",
"mentions",
"user interactions",
"frontend tools",
"social media",
"replyke",
"react-native-component"
],
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=20"
},
"scripts": {
"build": "rimraf dist && tsc",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC",
"dependencies": {
"axios": "^1.7.2",
"moment": "^2.30.1",
"replyke-core": "^4.0.13"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-native": "^0.73.0",
"react": "^18.2.0",
"react-native": "^0.74.3",
"rimraf": "^6.0.1",
"typescript": "^5.5.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-gesture-handler": "*",
"react-native-keychain": "^9.0.0",
"react-native-svg": "^15.4.0",
"@gorhom/bottom-sheet": "^5.0.6"
}
}