{ "name": "redux-devtools-slider-monitor", "version": "2.0.0-5", "description": "A custom monitor for replaying Redux actions that works similarly to a video player", "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-slider-monitor", "bugs": { "url": "https://github.com/reduxjs/redux-devtools/issues" }, "license": "MIT", "author": "Cale Newman (http://github.com/calesce)", "files": [ "lib", "src" ], "main": "lib/SliderMonitor.js", "types": "lib/SliderMonitor.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", "@types/redux-devtools-themes": "^1.0.0", "devui": "^1.0.0-6", "prop-types": "^15.7.2", "redux-devtools-themes": "^1.0.0" }, "devDependencies": { "@redux-devtools/core": "^3.7.0", "@types/react": "^16.9.46", "react": "^16.13.1", "redux": "^4.0.5" }, "peerDependencies": { "@redux-devtools/core": "^3.4.0", "@types/react": "^16.3.18", "react": "^16.3.0", "redux": "^3.4.0 || ^4.0.0" } }