UNPKG

@allsquare/react-apple-signin-auth

Version:

 Apple signin for React using the official Apple JS SDK

124 lines (123 loc) 3.09 kB
{ "name": "@allsquare/react-apple-signin-auth", "version": "0.0.6-b", "description": " Apple signin for React using the official Apple JS SDK", "author": { "name": "Ahmed Tarek", "email": "ahmed.tokyo1@gmail.com", "url": "https://github.com/A-Tokyo" }, "repository": { "type": "git", "url": "https://github.com/allsquare/react-apple-signin-auth" }, "main": "dist/index.js", "files": [ "dist/" ], "homepage": "https://github.com/allsquare/react-apple-signin-auth#readme", "bugs": { "url": "https://github.com/allsquare/react-apple-signin-auth/issues" }, "scripts": { "start": "webpack-dev-server --mode development", "transpile": "babel src -d dist --copy-files", "prepublishOnly": "npm run transpile", "build": "webpack --mode production", "deploy": "gh-pages -d demo/dist", "publish-demo": "npm run build && npm run deploy", "test": "jest" }, "peerDependencies": { "react": ">= 16.8.0", "react-dom": ">= 16.8.0" }, "devDependencies": { "@babel/cli": "^7.11.6", "@babel/core": "^7.11.6", "@babel/preset-env": "^7.11.5", "@babel/preset-flow": "^7.10.4", "@babel/preset-react": "^7.10.4", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react-hooks": "^3.4.2", "babel-loader": "^8.1.0", "css-loader": "^4.3.0", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", "enzyme-to-json": "^3.6.1", "eslint": "^7.10.0", "eslint-config-airbnb": "^18.2.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-flowtype": "^3.13.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-react": "^7.11.0", "flow-bin": "^0.135.0", "gh-pages": "^3.1.0", "html-webpack-plugin": "^4.5.0", "husky": "^4.3.0", "jest": "^26.4.2", "jest-cli": "^26.4.2", "jest-enzyme": "^7.1.2", "lint-staged": "^10.4.0", "plato": "^1.7.0", "prettier": "^2.1.2", "react": "^16.13.1", "react-dom": "^16.13.1", "react-syntax-highlighter": "^13.5.3", "regenerator-runtime": "^0.13.7", "style-loader": "^1.2.1", "webpack": "^4.44.2", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0" }, "husky": { "hooks": { "pre-commit": "lint-staged && eslint . --fix" } }, "lint-staged": { "*.js": [ "prettier --write", "git add" ] }, "license": "MIT", "keywords": [ "apple", "signin", "login", "auth", "authentication", "react", "react-component", "react-apple", "apple-js", "apple-sdk", "apple-id", "appleID", "apple-signin", "demo", "popup", "modal", "no-redirect", "jwt", "es6", "vue", "vue-apple", "flow", "types" ], "contributors": [ { "name": "Ahmed Tarek", "email": "ahmed.tokyo1@gmail.com", "url": "https://github.com/A-Tokyo" }, { "name": "Jordan Becker", "url": "https://github.com/habovh" } ] }