UNPKG

react-social-login-buttons

Version:
83 lines (82 loc) 2.13 kB
{ "name": "react-social-login-buttons", "version": "4.1.1", "description": "Simple social login buttons for React", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "test": "jest", "lint": "prettier --check .", "build": "tsup src/index.ts", "format": "prettier --write .", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "repository": { "type": "git", "url": "git+https://github.com/michaeljscript/react-social-login-buttons.git" }, "keywords": [ "react", "social", "login", "buttons", "button", "sign", "login", "authentication", "amazon", "apple", "discord", "facebook", "github", "google", "instagram", "linkedin", "microsoft", "telegram", "twitter", "slack", "okta", "Yahoo", "gitlab", "react-social-login-buttons" ], "author": "Michal Szorad, miso.szorad@gmail.com", "best-phrase": "undefined is not defined", "about": "This is my first library, please be nice to me", "license": "ISC", "bugs": { "url": "https://github.com/michaeljscript/react-social-login-buttons/issues" }, "homepage": "https://github.com/michaeljscript/react-social-login-buttons#readme", "peerDependencies": { "react": "^16.0.0 || ^17.x || ^18.x || ^19.x" }, "devDependencies": { "@storybook/addon-essentials": "^8.6.0", "@storybook/addon-interactions": "^8.6.0", "@storybook/addon-links": "^8.6.0", "@storybook/addon-onboarding": "^8.6.0", "@storybook/blocks": "^8.6.0", "@storybook/react": "^8.6.0", "@storybook/react-vite": "^8.6.0", "@storybook/test": "^8.6.0", "@testing-library/react": "^16.2.0", "@types/jest": "^29.5.12", "@types/react": "19.0.10", "eslint-plugin-storybook": "^0.8.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "prettier": "^3.2.5", "react": "19.0.0", "react-dom": "^19.0.0", "storybook": "^8.6.0", "ts-jest": "^29.1.2", "tsup": "^8.4.0", "typescript": "^5.7.3" }, "tsup": { "dts": true } }