UNPKG

secure-react-captcha

Version:

React Secure Captcha is a powerful and customizable npm package designed to seamlessly integrate secure and user-friendly CAPTCHA functionality into your React application.

43 lines 1.22 kB
{ "name": "secure-react-captcha", "version": "1.0.1", "description": "React Secure Captcha is a powerful and customizable npm package designed to seamlessly integrate secure and user-friendly CAPTCHA functionality into your React application.", "main": "./build/index.js", "scripts": { "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/Subratade9ok/secure-react-captcha.git" }, "keywords": [ "captcha", "react", "react-captcha", "secure-captcha", "reactjs-captcha", "secure-react-captcha", "react-component" ], "author": "Subrata Kumar De", "license": "MIT", "bugs": { "url": "https://github.com/Subratade9ok/secure-react-captcha/issues" }, "homepage": "https://github.com/Subratade9ok/secure-react-captcha#readme", "dependencies": { "react": "^18.2.0" }, "devDependencies": { "@babel/core": "^7.22.17", "@babel/preset-env": "^7.22.15", "@babel/preset-react": "^7.22.15", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "babel-loader": "^9.1.3", "css-loader": "^6.8.1", "style-loader": "^3.3.3", "webpack": "^5.88.2", "webpack-cli": "^5.1.4" } }