react-captcha-slider
Version:
a slider recaptcha for fight with spam
60 lines (59 loc) • 1.66 kB
JSON
{
"name": "@react-slider-captcha/react",
"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 ./",
"sass": "sass --no-source-map src",
"scripts": "node scripts/themes",
"babel": "babel src -d ./lib --ignore '**/*.test.js'",
"build": "npm run lint && npm run sass && npm run scripts && npm run babel"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mahdiiithg/react-slider-captcha.git"
},
"keywords": [
"react",
"captcha",
"component",
"slider",
"puzzle",
"slide"
],
"author": "mahditahavorgar",
"license": "MIT",
"bugs": {
"url": "https://github.com/mahdiiithg/react-slider-captcha/issues"
},
"homepage": "https://github.com/mahdiiithg/react-slider-captcha/blob/main/README.md",
"dependencies": {
"error-ex": "git+https://github.com/Qix-/node-error-ex.git",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"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",
"sass": "^1.26.10"
}
}