react-recaptcha-v3
Version:
This library helps to integrate google recaptcha into your react project easily.
17 lines (16 loc) • 360 B
JSON
{
"name": "react-recaptcha-v3-example",
"version": "1.1.0",
"description": "Example",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@types/react": "^16.7.7",
"react": "^16.6.3",
"react-recaptcha-v3": "../src"
},
"devDependencies": {},
"author": "Codeep Team"
}