UNPKG

react-bootstrap-sweetalert

Version:

A variant of sweetalert for use with React and Bootstrap

68 lines (67 loc) 1.97 kB
{ "name": "react-bootstrap-sweetalert", "version": "5.2.0", "description": "A variant of sweetalert for use with React and Bootstrap", "main": "dist/index.js", "scripts": { "preversion": "yarn build", "postversion": "git push && git push --tags && npm publish", "test": "echo \"Error: no test specified\" && exit 1", "lint": "tslint -c tslint.json 'src/**/*.ts' --fix", "build": "yarn lint && rm -rf ./dist && tsc --declaration && yarn inject-css", "build-demo": "cd ./src/demo && NODE_ENV=development webpack", "start-demo": "NODE_ENV=development node ./demo/demo-server.js", "demo": "yarn build-demo && yarn start-demo && yarn open", "inject-css": "gulp copy-css && gulp inject-css", "open": "open http://localhost:3000" }, "files": [ "dist", "!dist/demo" ], "repository": { "type": "git", "url": "git+https://djorg83@github.com/djorg83/react-bootstrap-sweetalert.git" }, "keywords": [ "react", "bootstrap", "alert", "sweetalert", "confirm", "modal" ], "author": "Daniel Jorgensen", "license": "MIT", "bugs": { "url": "https://github.com/djorg83/react-bootstrap-sweetalert/issues" }, "homepage": "http://djorg83.github.io/react-bootstrap-sweetalert/", "peerDependencies": { "prop-types": ">=15.0.0", "react": ">=16.0.0" }, "resolutions": { "@types/react": "16.9.43" }, "devDependencies": { "@types/node": "^12.7.1", "@types/react": "^16.9.43", "@types/react-dom": "^16.9.8", "css-loader": "^3.2.0", "express": "^4.17.1", "gulp": "^4.0.2", "gulp-inject-file": "0.0.19", "prop-types": "^15.7.2", "react": "^16.13.1", "react-bootstrap": "^1.3.0", "react-dom": "^16.13.1", "react-tools": "^0.13.3", "source-map-loader": "^0.2.4", "style-loader": "^1.0.0", "ts-loader": "^6.0.4", "typescript": "^3.9.7", "webpack": "^4.39.1", "webpack-cli": "^3.3.6" } }