refiner-react-native
Version:
Official React Native wrapper for the Refiner Mobile SDK
58 lines (57 loc) • 1.51 kB
JSON
{
"name": "refiner-react-native",
"version": "1.7.3",
"description": "Official React Native wrapper for the Refiner Mobile SDK",
"homepage": "https://github.com/refiner-io/mobile-sdk-react-native",
"repository": {
"type": "git",
"url": "git://github.com/refiner-io/mobile-sdk-react-native.git"
},
"keywords": [
"refiner.io",
"survey"
],
"bugs": {
"url": "https://github.com/refiner-io/mobile-sdk-react-native/issues"
},
"author": {
"name": "Refiner",
"email": "contact@refiner.io",
"url": "https://refiner.io"
},
"license": "MIT",
"private": false,
"main": "index.js",
"types": "index.d.ts",
"files": [
"src/",
"android/",
"ios/",
"index.js",
"index.d.ts",
"react-native.config.js",
"refiner-react-native.podspec",
"README.md",
"package.json"
],
"peerDependencies": {
"react-native": "^0.76.6"
},
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@react-native-community/cli": "^16.0.2",
"@react-native-community/cli-platform-android": "^16.0.2",
"@react-native-community/cli-platform-ios": "^16.0.2",
"@react-native/codegen": "^0.80.2",
"react-native": "^0.76.6",
"react-native-codegen": "^0.70.7",
"typescript": "^5.0.0"
},
"dependencies": {
"@babel/runtime": "^7.28.2",
"@react-native-community/cli-platform-android": "^16.0.2",
"react-native": "^0.76.6"
}
}