react-inline-confirm
Version:
A simple react component that allows you to get a confirmation of action from the user before executing an action.
52 lines (51 loc) • 1.3 kB
JSON
{
"name": "react-inline-confirm",
"version": "3.0.0",
"description": "A simple react component that allows you to get a confirmation of action from the user before executing an action.",
"main": "index.js",
"scripts": {
"prepublish": "babel index.jsx -o index.js",
"start": "webpack-dev-server --progress --inline --hot"
},
"repository": {
"type": "git",
"url": "https://github.com/civicsource/react-inline-confirm.git"
},
"keywords": [
"react-component",
"react",
"confirmation",
"button",
"confirm",
"inline",
"inline-confirm"
],
"author": "Archon Information Systems",
"license": "MIT",
"babel": {
"presets": [
"es2015",
"react",
"stage-2"
]
},
"peerDependencies": {
"react": ">=16.3 < 18"
},
"devDependencies": {
"babel-cli": "^7.0.0-beta.3",
"babel-core": "7.0.0-beta.3",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^7.0.0-beta.3",
"babel-preset-react": "^7.0.0-beta.3",
"babel-preset-stage-2": "^7.0.0-beta.3",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"webpack": "4.x",
"webpack-cli": "^1.5.1",
"webpack-dev-server": "3.x"
},
"dependencies": {
"prop-types": "^15.5.10"
}
}