UNPKG

why-did-you-update

Version:

Patch React to discover unnecessary re-renders

56 lines (55 loc) 1.58 kB
{ "name": "why-did-you-update", "version": "1.0.8", "description": "Patch React to discover unnecessary re-renders", "main": "lib/index.js", "files": [ "es", "lib", "umd" ], "scripts": { "eslint": "eslint src --ext js", "build": "nwb build", "clean": "nwb clean", "start": "nwb serve", "test": "nwb test", "test:watch": "nwb test --server", "release:patch": "nwb build && npm version patch && npm publish" }, "dependencies": { "lodash": "^4.17.11", "react-fast-compare": "^2.0.4" }, "peerDependencies": { "react": ">=16" }, "devDependencies": { "babel-plugin-lodash": "^3.3.4", "create-react-class": "^15.6.3", "eslint": "^5.9.0", "eslint-config-airbnb": "^17.1.0", "eslint-config-prettier": "^3.3.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.2", "eslint-plugin-prettier": "^3.0.0", "eslint-plugin-react": "^7.11.1", "lodash-webpack-plugin": "^0.11.5", "nwb": "^0.23.0", "prettier": "^1.15.2", "prop-types": "^15.6.2", "react": "16.8.6", "react-dom": "16.8.6", "react-hot-loader": "^4.3.12" }, "authors": [ "Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman)", "Michael Schneider <mischneider1@gmail.com> (https://github.com/maicki)", "Gabe Scholz <github@gabe.pizza> (https://github.com/garbles)" ], "license": "MIT", "repository": "https://github.com/maicki/why-did-you-update", "keywords": [ "react-component" ] }