react-bootstrap-dialog-v2
Version:
The fixed modal-dialog React component with React Bootstrap, alternates `window.confirm` and `window.alert`.
65 lines (64 loc) • 1.92 kB
JSON
{
"name": "react-bootstrap-dialog-v2",
"version": "1.2.0",
"repository": "git@github.com:rap0so/react-bootstrap-dialog-v2.git",
"description": "The fixed modal-dialog React component with React Bootstrap, alternates `window.confirm` and `window.alert`.",
"author": "Rap0so <william.s.godoy53@gmail.com>",
"license": "MIT",
"keywords": [
"react",
"bootstrap",
"react-component",
"react-bootstrap",
"dialog",
"alert",
"confirm",
"modal",
"window.alert",
"window.confirm"
],
"scripts": {
"prepublish": ". ./.scripts/prepublish.sh",
"test": "yarn run lint",
"storybook": "start-storybook -p 6006",
"deploy-storybook": "storybook-to-ghpages",
"build-storybook": "build-storybook",
"build": "tsc",
"lint": "eslint ./src/**.tsx",
"lint:fix": "yarn run lint --fix",
"publish-storybook": "bash .scripts/publish_storybook.sh"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@kadira/storybook-deployer": "^1.2.0",
"@storybook/addon-actions": "^5.1.9",
"@storybook/addon-info": "^5.1.9",
"@storybook/addon-links": "^5.1.9",
"@storybook/addons": "^5.1.9",
"@storybook/react": "^5.1.9",
"@types/react": "^16.8.23",
"@types/storybook__react": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^1.12.0",
"@typescript-eslint/parser": "^1.12.0",
"babel-loader": "^8.0.6",
"bootstrap": "^4.3.1",
"eslint": "^6.0.1",
"eslint-plugin-react": "^7.14.2",
"git-url-parse": "^6.0.1",
"jquery": "^3.4.1",
"popper.js": "^1.15.0",
"react": "^16.7.0",
"react-bootstrap": "^1.0.0-beta.5",
"react-dom": "^16.7.0",
"tslint": "^5.18.0",
"typescript": "^3.5.3",
"webpack": "^2.0.0"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react-bootstrap": "*"
},
"dependencies": {},
"main": "dist/index.js",
"types": "dist/index.d.ts"
}