{ "name": "redux-devtools-trace-monitor", "version": "0.1.0", "description": "Submonitor for Redux DevTools inspector to show stack traces.", "repository": "https://github.com/reduxjs/redux-devtools", "homepage": "https://github.com/reduxjs/redux-devtools", "author": "Mark Erikson ", "contributors": [ "Mihail Diordiev (https://github.com/zalmoxisus)" ], "license": "MIT", "main": "lib/StackTraceTab.js", "files": [ "lib" ], "scripts": { "clean": "rimraf lib", "build": "babel src --out-dir lib", "lint": "eslint src test", "lint:fix": "eslint --fix src test", "test": "jest --no-cache", "postinstall": "npm run build", "prepublishOnly": "npm run lint && npm run test && npm run clean && npm run build" }, "devDependencies": { "babel-cli": "^6.10.1", "babel-core": "^6.10.4", "babel-eslint": "^6.0.5", "babel-loader": "^6.2.4", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-react-transform": "^2.0.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-preset-env": "^1.7.0", "babel-preset-es2015": "^6.9.0", "babel-preset-es2015-loose": "^7.0.0", "babel-preset-react": "^6.5.0", "babel-preset-react-app": "^3.1.2", "babel-preset-stage-0": "^6.5.0", "babel-register": "^6.11.6", "enzyme": "^2.6.0", "enzyme-to-json": "^1.3.0", "eslint": "^2.13.1", "eslint-config-airbnb": "^9.0.1", "eslint-plugin-import": "^1.9.2", "eslint-plugin-jsx-a11y": "^1.5.3", "eslint-plugin-react": "^5.2.2", "jest": "^17.0.3", "react-addons-test-utils": "^15.4.0", "react-dom": "^15.4.0", "rimraf": "^2.5.2" }, "dependencies": { "@babel/code-frame": "^7.0.0", "anser": "^1.4.7", "chalk": "^2.4.1", "html-entities": "^1.2.1", "react": "^15.4.0", "settle-promise": "^1.0.0" } }