reactsigninwithgooglebutton
Version:
Renders the Sign In with Google Button without the onclick logic.
50 lines • 1.18 kB
JSON
{
"name": "reactsigninwithgooglebutton",
"version": "0.0.7",
"description": "Renders the Sign In with Google Button without the onclick logic.",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/inouiw/ReactSignInWithGoogleButton.git"
},
"keywords": [
"Sign",
"In",
"with",
"Google",
"Button",
"React"
],
"author": "David Neuy",
"license": "MIT",
"bugs": {
"url": "https://github.com/inouiw/ReactSignInWithGoogleButton/issues"
},
"homepage": "https://github.com/inouiw/ReactSignInWithGoogleButton#readme",
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && tsc && cp package.json README.md ./dist"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"typeface-roboto": "latest"
},
"devDependencies": {
"@types/react": "latest",
"@types/react-dom": "latest",
"react": "latest",
"react-dom": "latest",
"typescript": "latest"
}
}