UNPKG

react-native-apple-core

Version:
74 lines (73 loc) 1.82 kB
{ "name": "react-native-apple-core", "description": "Apple core for React Native", "version": "1.1.0", "private": false, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint ." }, "main": "index.js", "typings": "index.d.ts", "bugs": { "url": "https://github.com/thinnakrit/react-native-apple-core/issues" }, "homepage": "https://github.com/thinnakrit/react-native-apple-core#readme", "repository": { "type": "git", "url": "git+https://github.com/thinnakrit/react-native-apple-core.git" }, "keywords": [ "react-native", "react-component", "react-native-component", "react", "react native", "mobile", "ios", "android", "ui", "apple", "apple login", "login", "apple core", "react-native-apple-core", "react-native-apple-signin", "apple signin" ], "author": "Thinnakrit", "license": "MIT", "peerDependencies": { "react": "16.9.0", "react-native": ">=0.51.0", "prop-types": ">=15.6.0", "react-native-raw-bottom-sheet": "^2.0.6", "react-native-webview": "^8.0.3", "url-join": "^4.0.1" }, "dependencies": { "jwt-decode": "^2.2.0", "prop-types": "^15.7.2", "react": "16.9.0", "react-native": "0.61.5", "react-native-raw-bottom-sheet": "^2.0.6", "react-native-webview": "^8.0.3", "url-join": "^4.0.1" }, "devDependencies": { "@babel/core": "7.7.5", "@babel/runtime": "7.7.6", "@react-native-community/eslint-config": "0.0.5", "babel-jest": "24.9.0", "eslint": "6.7.2", "jest": "24.9.0", "metro-react-native-babel-preset": "^0.56.3", "react-test-renderer": "16.9.0" }, "jest": { "preset": "react-native" } }