fastcomments-react-native-sdk
Version:
React Native FastComments Components. Add live commenting to any React Native application.
81 lines (80 loc) • 2.11 kB
JSON
{
"name": "fastcomments-react-native-sdk",
"version": "3.0.0",
"description": "React Native FastComments Components. Add live commenting to any React Native application.",
"main": "index.ts",
"react-native": "index.ts",
"source": "index.ts",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"fastcomments-react-native.podspec",
"!lib/typescript/example",
"!android/build",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"scripts": {
"clean": "ts-clean",
"test": "jest",
"compile-test": "tsc --noEmit",
"compile": "tsc",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"release": "release-it",
"pods": "cd example && pod-install --quiet",
"bootstrap": "yarn example && yarn && yarn pods"
},
"keywords": [
"commenting",
"live commenting",
"live chat",
"chat",
"social network",
"react-native",
"ios",
"android"
],
"repository": "https://github.com/FastComments/fastcomments-react-native-sdk",
"author": "winrid",
"license": "MIT",
"bugs": {
"url": "https://github.com/FastComments/fastcomments-react-native-sdk/issues"
},
"homepage": "https://github.com/FastComments/fastcomments-react-native-sdk#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react-native": "^0.69.4",
"fastcomments-typescript": "^3.0.0",
"jest": "^29.0.3",
"pod-install": "^0.1.0",
"prettier": "^2.0.5",
"react": "18.3.1",
"react-native": "^0.69.4",
"react-native-builder-bob": "^0.18.2",
"ts-clean": "^1.0.3",
"ts-jest": "^29.0.1",
"typescript": "^4.7.4"
},
"dependencies": {
"@10play/tentap-editor": "^0.7.4",
"@hookstate/core": "^4.0.1",
"@types/lodash": "^4.14.184",
"lodash": "^4.17.21",
"react-native-render-html": "^6.3.4",
"react-native-webview": "^13.16.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}