react-captcha-slider
Version:
a slider recaptcha for fight with spam
55 lines (54 loc) • 1.42 kB
JSON
{
"name": "@react-slider-captcha/core",
"version": "1.0.0",
"description": "user-friendly puzzle slider captcha for react and express",
"main": "index.js",
"files": [
"/lib",
"/index.js"
],
"scripts": {
"test": "jest",
"lint": "eslint ./",
"fix": "eslint --fix ./",
"babel": "babel src -d ./lib --ignore '**/*.test.js'",
"build": "npm run lint && npm run babel"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mahdiiithg/react-slider-captcha.git"
},
"keywords": [
"react",
"slider",
"captcha",
"component",
"puzzle",
"slide",
"express"
],
"author": "mahditahavorgar",
"license": "MIT",
"bugs": {
"url": "https://github.com/mahdiiithg/react-slider-captcha/issues"
},
"homepage": "https://github.com/mahdiiithg/react-slider-captcha#readme",
"dependencies": {
"prop-types": "^15.7.2",
"sharp": "^0.25.4",
"uid-safe": "^2.1.5"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.0.0",
"jest": "^26.4.2"
}
}