{ "name": "@redux-devtools/dock-monitor", "version": "1.3.0", "description": "A resizable and movable dock for Redux DevTools monitors", "keywords": [ "redux", "devtools", "flux", "react", "hot reloading", "time travel", "live edit" ], "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-dock-monitor", "bugs": { "url": "https://github.com/reduxjs/redux-devtools/issues" }, "license": "MIT", "author": "Dan Abramov (http://github.com/gaearon)", "files": [ "lib", "src" ], "main": "lib/index.js", "types": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/reduxjs/redux-devtools.git" }, "scripts": { "build": "npm run build:types && npm run build:js", "build:types": "tsc --emitDeclarationOnly", "build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline", "clean": "rimraf lib", "lint": "eslint . --ext .ts,.tsx", "lint:fix": "eslint . --ext .ts,.tsx --fix", "type-check": "tsc --noEmit", "type-check:watch": "npm run type-check -- --watch", "preversion": "npm run type-check && npm run lint", "prepublishOnly": "npm run clean && npm run build" }, "dependencies": { "@types/prop-types": "^15.7.3", "parse-key": "^0.2.1", "prop-types": "^15.7.2", "react-dock": "^0.3.0" }, "devDependencies": { "@redux-devtools/core": "^3.8.0", "@types/parse-key": "^0.2.0", "@types/react": "^16.9.46", "react": "^16.13.1", "redux": "^4.0.5" }, "peerDependencies": { "@redux-devtools/core": "^3.7.0", "@types/react": "^16.3.18", "react": "^16.3.0", "redux": "^3.4.0 || ^4.0.0" } }