UNPKG

react-block-ui

Version:
148 lines (147 loc) 4.55 kB
{ "name": "react-block-ui", "version": "1.3.6", "author": "Evan Sharp <evan.sharp@availity.com>", "description": "Block UI for react", "main": "dist/reactblockui.cjs.js", "jsnext:main": "dist/reactblockui.es.js", "module": "dist/reactblockui.es.js", "style": "style.css", "types": "dist/reactblockui.d.ts", "engines": { "node": ">= 5.0.0", "npm": ">= 3.0.0" }, "scripts": { "coveralls": "coveralls < ./__test__/coverage/lcov.info", "test:coverage": "cross-env NODE_ENV=test nyc mocha-webpack", "test": "cross-env NODE_ENV=test mocha-webpack && npm run cleanup", "test:watch": "cross-env NODE_ENV=test mocha-webpack --watch && npm run cleanup", "cleanup": "rimraf .nyc_output .tmp", "start": "cross-env BABEL_ENV=webpack webpack-dev-server --config ./webpack.dev.config.js --watch", "build:docs": "cross-env NODE_ENV=production BABEL_ENV=webpack webpack --config ./webpack.dev.config.js --colors", "build": "cross-env NODE_ENV=production rollup -c && copyfiles -f src/style.css src/reactblockui.d.ts dist", "prebuild": "cross-env NODE_ENV=production BABEL_ENV=webpack babel src --out-dir lib && copyfiles -f src/style.css lib && copyfiles -f src/style.css .", "create-release": "npm test && sh ./scripts/release", "publish-release": "npm test && sh ./scripts/publish" }, "repository": { "type": "git", "url": "https://github.com/Availity/react-block-ui.git" }, "files": [ "LICENSE", "README.md", "CHANGELOG.md", "lib", "dist", "redux.js", "reduxMiddleware.js", "style.css" ], "keywords": [ "availity", "loader", "blockui", "redux", "react", "component", "components", "react-component", "ui" ], "contributors": [ "Evan Sharp <evan.sharp@availity.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/Availity/react-block-ui/issues" }, "homepage": "https://github.com/Availity/react-block-ui", "dependencies": { "prop-types": "^15.6.2" }, "peerDependencies": { "react": "^0.14.9 || ^15.3.0 || ^16.0.0", "react-dom": "^0.14.9 || ^15.3.0 || ^16.0.0" }, "devDependencies": { "babel-cli": "^6.10.1", "babel-core": "^6.26.3", "babel-eslint": "^7.2.2", "babel-loader": "^6.2.5", "babel-plugin-istanbul": "^4.1.6", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.14", "babel-preset-es2015-rollup": "^3.0.0", "babel-preset-react": "^6.24.1", "babel-preset-react-app": "^3.1.2", "babel-register": "^6.11.6", "chai": "^3.5.0", "chai-enzyme": "^0.6.1", "cheerio": "^0.22.0", "clean-webpack-plugin": "^0.1.19", "conventional-changelog-cli": "^1.3.22", "conventional-recommended-bump": "^1.2.1", "copy-webpack-plugin": "^4.5.2", "copyfiles": "^1.0.0", "coveralls": "^2.13.3", "cross-env": "^4.0.0", "css-loader": "^0.28.11", "ejs": "^2.6.1", "enzyme": "^2.8.2", "eslint": "^3.3.1", "eslint-config-availity": "^2.0.0", "eslint-plugin-import": "^2.13.0", "eslint-plugin-jsx-a11y": "^5.1.1", "eslint-plugin-react": "^6.0.0", "extract-text-webpack-plugin": "^1.0.1", "history": "^2.0.0", "jsdom": "^9.4.2", "json-loader": "^0.5.4", "loaders.css": "^0.1.2", "mocha": "^3.5.3", "mocha-webpack": "^0.7.0", "nyc": "^10.2.0", "raw-loader": "^0.5.1", "react": "^15.6.2", "react-addons-test-utils": "^15.6.2", "react-dom": "^15.6.2", "react-helmet": "^5.0.3", "react-highlight": "^0.9.0", "react-loaders": "^2.6.1", "react-prism": "^4.3.2", "react-redux": "^5.0.7", "react-router": "^2.0.1", "react-test-renderer": "^15.6.2", "react-transition-group": "^1.2.1", "reactstrap": "^4.8.0", "redux": "^3.5.2", "rimraf": "^2.6.2", "rollup": "^0.43.0", "rollup-plugin-babel": "^2.7.1", "rollup-plugin-babel-minify": "^3.1.0", "rollup-plugin-commonjs": "^8.4.1", "rollup-plugin-node-resolve": "^3.3.0", "rollup-plugin-replace": "^1.1.1", "sinon": "^2.1.0", "sinon-chai": "^2.14.0", "static-site-generator-webpack-plugin": "^3.4.1", "style-loader": "^0.16.1", "webpack": "^1.13.2", "webpack-dev-server": "^1.14.1" }, "nyc": { "include": [ "src/**/*.js" ], "reporter": [ "lcov", "html", "text-summary" ], "sourceMap": false, "instrument": false, "report-dir": "./__test__/coverage" } }