UNPKG

react-captcha-lite

Version:
36 lines (35 loc) 790 B
{ "name": "react-captcha-lite", "version": "1.0.9", "description": "CAPTCHA for REACT web apps", "main": "./build/index.js", "scripts": { "build": "webpack" }, "keywords": [ "captcha", "reactjs-captcha", "react-captcha-lite", "react-captcha" ], "author": "Shuhul Kaul", "license": "MIT", "dependencies": { "prop-types": "^15.8.1" }, "devDependencies": { "@babel/core": "^7.24.9", "@babel/preset-env": "^7.24.8", "@babel/preset-react": "^7.24.7", "babel-loader": "^9.1.3", "css-loader": "^3.3.0", "react": "^18.3.1", "react-dom": "^18.3.1", "webpack": "^5.93.0", "webpack-cli": "^5.1.4" }, "repository": { "type": "git", "url": "git+https://github.com/shuhulkaul/react-captcha-lite.git" } }