UNPKG

rb-blur-button

Version:

React-Bootstrap Button that automatically blurs when clicked

63 lines (62 loc) 1.43 kB
{ "name": "rb-blur-button", "version": "0.4.0", "private": false, "description": "React-Bootstrap Button that automatically blurs when clicked", "author": "Zeno Dalla Valle", "license": "CC0-1.0", "keywords": [ "react", "blur", "unfocus", "bootstrap", "react-bootstrap", "ui" ], "main": "dist/index.js", "module": "dist/index.js", "files": [ "dist", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/zenodallavalle/rb-blur-button.git" }, "dependencies": { "react": "^17.0.2", "react-bootstrap": "^1.6.0", "react-dom": "^17.0.2", "react-scripts": "4.0.3", "web-vitals": "^1.0.1" }, "scripts": { "start": "react-scripts start", "build": "rm -rf dist && SET NODE_ENV=production && babel src/lib --out-dir dist --copy-files" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.14.4", "@babel/preset-react": "^7.13.13" } }