UNPKG

@scion-scxml/redux-devtools-scion-monitor

Version:

Redux monitor to visualize SCXML state

77 lines (76 loc) 2.19 kB
{ "name": "@scion-scxml/redux-devtools-scion-monitor", "version": "1.4.23", "description": "Redux monitor to visualize SCXML state", "main": "lib/index.js", "files": [ "lib", "src" ], "scripts": { "clean": "rimraf lib", "build": "babel src --out-dir lib", "lint": "eslint src test", "test": "NODE_ENV=test mocha --compilers js:babel-core/register --recursive", "test:watch": "NODE_ENV=test mocha --compilers js:babel-core/register --recursive --watch", "prepublish": "npm run test && npm run clean && npm run build" }, "repository": { "type": "git", "url": "https://gitlab.com/scion-scxml/redux-devtools-scion-monitor.git" }, "keywords": [ "scion", "scxml", "redux", "devtools", "flux", "react", "hot reloading", "time travel", "live edit" ], "author": "Dan Abramov <dan.abramov@me.com> (http://github.com/gaearon)", "contributors": [ "Jacob Beard <jake@jacobeanrnd.com> (http://jacobeanrnd.com)" ], "license": "MIT", "bugs": { "url": "https://gitlab.com/scion-scxml/redux-devtools-scion-monitor/issues" }, "homepage": "https://gitlab.com/scion-scxml/redux-devtools-scion-monitor", "devDependencies": { "babel-cli": "^6.3.15", "babel-core": "^6.1.20", "babel-eslint": "^5.0.0-beta4", "babel-loader": "^6.2.0", "babel-preset-es2015-loose": "^6.1.3", "babel-preset-react": "^6.3.13", "babel-preset-stage-0": "^6.3.13", "eslint": "^0.23", "eslint-config-airbnb": "0.0.6", "eslint-plugin-react": "^3.6.3", "expect": "^1.6.0", "mocha": "^2.2.5", "mocha-jsdom": "^1.0.0", "rimraf": "^2.3.4", "webpack": "^1.11.0" }, "peerDependencies": { "react": "^15.0.0 || ^16.0.0", "redux-devtools": "^3.4.0" }, "dependencies": { "@scion-scxml/schviz": "^3.2.28", "lodash.debounce": "^4.0.4", "prop-types": "^15.0.0", "react": "^16.4.0", "react-json-tree": "^0.11.0", "react-pure-render": "^1.0.2", "react-redux": "^5.0.7", "redux": "^4.0.0", "redux-devtools": "^3.4.1", "redux-devtools-themes": "^1.0.0" }, "gitHead": "ce920c0df2cbf1e96b0ebafa658c1019c43f81d7" }