react-update-helper
Version:
Precise React re-renders with debug and immutable support
91 lines (90 loc) • 2.67 kB
JSON
{
"name": "react-update-helper",
"version": "2.0.1",
"description": "Precise React re-renders with debug and immutable support",
"scripts": {
"lint": "eslint karma.conf.js tests.webpack.js src __tests__",
"test": "npm run lint && karma start karma.conf.js --single-run",
"compile": "npm run lint && npm run test && babel src -d lib",
"build": "npm run compile && npm run docs",
"watch-test": "karma start karma.conf.js --auto-watch --no-single-run",
"docs": "esdoc -c esdoc.json",
"ci": "npm run test && coveralls < coverage/lcov.info",
"prepublish": "npm run compile"
},
"author": {
"name": "Matheus Kautzmann",
"email": "mkvchain@gmail.com"
},
"license": "MIT",
"keywords": [
"react",
"reactjs",
"react-helper",
"react-update-helper",
"shallow compare",
"immutable",
"debug"
],
"repository": {
"type": "git",
"url": "https://github.com/mkxml/react-update-helper"
},
"bugs": {
"url": "https://github.com/mkxml/react-update-helper/issues"
},
"main": "lib/index.js",
"devDependencies": {
"babel-cli": "6.18.0",
"babel-core": "6.21.0",
"babel-eslint": "7.1.1",
"babel-loader": "6.2.10",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-class-properties": "6.19.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-object-rest-spread": "6.20.2",
"babel-preset-airbnb": "2.1.1",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"chai": "3.5.0",
"coveralls": "2.11.15",
"debug": "2.6.0",
"enzyme": "2.7.0",
"esdoc": "0.4.8",
"esdoc-es7-plugin": "0.0.3",
"eslint": "3.13.0",
"eslint-config-airbnb": "14.0.0",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "3.0.2",
"eslint-plugin-react": "6.9.0",
"immutable": "3.8.1",
"isparta-loader": "2.0.0",
"karma": "1.3.0",
"karma-chai": "0.1.0",
"karma-coverage": "1.1.1",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.1",
"karma-phantomjs-launcher": "1.0.2",
"karma-sinon": "1.0.5",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "1.8.1",
"mocha": "3.2.0",
"node-sass": "4.2.0",
"phantomjs-prebuilt": "2.1.14",
"react": "15.4.2",
"react-addons-test-utils": "15.4.2",
"react-dom": "15.4.2",
"sinon": "1.17.7",
"webpack": "1.14.0"
},
"peerDependencies": {
"react": ">=0.14.0",
"immutable": ">=3.8.0",
"debug": ">=2.2.0"
},
"dependencies": {
"lodash.keys": "4.2.0",
"lodash.union": "4.6.0"
}
}