UNPKG

react-apple-signin-auth

Version:

 Apple signin for React using the official Apple JS SDK

125 lines (124 loc) 3.26 kB
{ "name": "react-apple-signin-auth", "version": "1.1.1", "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/a-tokyo/react-apple-signin-auth.git" }, "main": "dist/index.js", "types": "dist/types/index.d.ts", "files": [ "dist/" ], "homepage": "https://github.com/a-tokyo/react-apple-signin-auth#readme", "bugs": { "url": "https://github.com/a-tokyo/react-apple-signin-auth/issues" }, "scripts": { "start": "webpack serve --mode development", "transpile": "rm -rf dist && tsc && babel src -d dist --copy-files && rm -rf dist/**/__snapshots__ && find ./dist -name '*.test.js*' -type f -delete ", "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.14.8", "@babel/core": "^7.14.8", "@babel/preset-env": "^7.14.8", "@babel/preset-flow": "^7.14.5", "@babel/preset-react": "^7.14.5", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react-hooks": "^7.0.1", "babel-eslint": "^10.1.0", "babel-loader": "^8.2.2", "css-loader": "^6.2.0", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.6", "enzyme-to-json": "^3.6.2", "eslint": "^7.31.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-flowtype": "^5.8.2", "eslint-plugin-import": "^2.23.4", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-native": "^3.11.0", "flow-bin": "^0.156.0", "gh-pages": "^3.2.3", "html-webpack-plugin": "^5.3.2", "husky": "^4.3.0", "jest": "^27.0.6", "jest-cli": "^27.0.6", "jest-enzyme": "^7.1.2", "lint-staged": "^11.1.1", "plato": "^1.7.0", "prettier": "^2.3.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-syntax-highlighter": "^15.4.4", "react-test-renderer": "^17.0.2", "regenerator-runtime": "^0.13.9", "style-loader": "^3.2.1", "typescript": "^5.2.2", "webpack": "^5.46.0", "webpack-cli": "^4.7.2", "webpack-dev-server": "^3.11.2" }, "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" } ] }