getsocial-react-native-sdk
Version:
React Native wrapper for GetSocial iOS and Android SDK
79 lines (78 loc) • 1.9 kB
JSON
{
"name": "getsocial-react-native-sdk",
"title": "GetSocial React Native SDK",
"version": "7.12.6",
"description": "React Native wrapper for GetSocial iOS and Android SDK",
"repository": {
"type": "git",
"url": "https://github.com/getsocial-im/getsocial-react-native-sdk"
},
"main": "index.js",
"scripts": {
"flow": "flow",
"eslint": "eslint",
"test": "jest"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [
"node_modules/(?!(@react-native|react-native)/)"
]
},
"keywords": [
"react-native",
"getsocial",
"social",
"feed",
"topic",
"group",
"chat",
"referral",
"invite",
"friends"
],
"files": [
"Analytics.js",
"Communities.js",
"CurrentUser.js",
"GetSocial.js",
"GetSocialEventEmitter.js",
"GetSocialUI.js",
"index.js",
"Invites.js",
"Notifications.js",
"PromoCodes.js",
"models",
"utils",
"ios/**/*.h",
"ios/**/*.m",
"ios/**/*.xcodeproj",
"android/src",
"android/build.gradle",
"RNGetSocial.podspec"
],
"license": "SEE LICENSE IN LICENSE.txt",
"readmeFilename": "README.md",
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@babel/preset-react": "^7.12.13",
"@babel/runtime": "^7.12.13",
"babel-eslint": "^10.0.2",
"babel-jest": "^26.6.3",
"babel-preset-react-native": "^4.0.1",
"documentation": "^13.0.2",
"eslint": "^6.8.0",
"eslint-config-google": "^0.12.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-native": "^3.8.1",
"flow-bin": "^0.113.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.65.1",
"react": "16.11.0",
"react-native": "^0.64.0"
}
}