UNPKG

react-invisible-recaptcha

Version:

A React component which is simply interested in Google invisible reCaptcha.

53 lines (52 loc) 1.48 kB
{ "name": "react-invisible-recaptcha", "author": "Russell Steadman <steadman.21@osu.edu>", "version": "0.3.1", "description": "A React component which is simply interested in Google invisible reCaptcha.", "main": "dist/index.js", "keywords": [ "react", "google", "invisible", "recaptcha" ], "license": "MIT", "bugs": { "url": "https://github.com/teamtofu/react-google-invisible-recaptcha/issues" }, "homepage": "https://github.com/teamtofu/react-google-invisible-recaptcha#readme", "repository": { "type": "git", "url": "git+https://github.com/teamtofu/react-google-invisible-recaptcha.git" }, "scripts": { "lint": "eslint src", "prebuild": "rimraf dist && mkdir dist ", "build": "tsc --project tsconfig.json" }, "dependencies": { "@types/grecaptcha": "^3.0.1", "@types/node": "^14.0.14", "@types/trusted-types": "^1.0.4", "@types/uuid": "^8.0.0", "prop-types": "^15.7.2", "react": "^16.13.1", "uuid": "^8.2.0" }, "peerDependencies": { "react": "^16.13.1" }, "devDependencies": { "@types/react": "^16.9.41", "acorn": "^7.3.1", "eslint": "^7.3.1", "eslint-config-google": "^0.14.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-react": "^7.20.0", "eslint-plugin-react-hooks": "^4.0.4", "rimraf": "^3.0.2", "typescript": "^3.9.5", "@typescript-eslint/eslint-plugin": "^3.4.0", "@typescript-eslint/parser": "^3.4.0" } }