UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

46 lines (45 loc) 1.26 kB
{ "name": "react-deep-force-update", "version": "2.0.1", "description": "Force-updates React component tree recursively", "main": "lib/index.js", "scripts": { "clean": "rimraf lib", "build": "babel src --out-dir lib", "lint": "eslint src test", "test": "mocha --compilers js:babel/register --recursive --require ./test/setup.js", "test:watch": "npm run test -- --watch", "prepublish": "npm run lint && npm run test && npm run clean && npm run build" }, "files": [ "lib", "src" ], "repository": { "type": "git", "url": "https://github.com/gaearon/react-deep-force-update.git" }, "keywords": [ "react" ], "author": "Dan Abramov <dan.abramov@me.com>", "license": "MIT", "bugs": { "url": "https://github.com/gaearon/react-deep-force-update/issues" }, "homepage": "https://github.com/gaearon/react-deep-force-update", "devDependencies": { "babel": "^5.5.8", "babel-core": "^5.6.18", "babel-eslint": "^3.1.15", "eslint": "^0.23", "eslint-config-airbnb": "0.0.6", "eslint-plugin-react": "^2.3.0", "expect": "^1.6.0", "jsdom": "^5.6.1", "mocha": "^2.2.5", "react": "^0.14.0", "react-addons-test-utils": "^0.14.0", "rimraf": "^2.3.4" } }