{ "name": "@redux-devtools/app", "version": "2.0.0", "description": "Redux DevTools app", "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-app", "bugs": { "url": "https://github.com/reduxjs/redux-devtools/issues" }, "license": "MIT", "author": "Mihail Diordiev (https://github.com/zalmoxisus)", "files": [ "dist", "src", "umd" ], "main": "dist/redux-devtools-app.cjs.js", "module": "dist/redux-devtools-app.esm.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/reduxjs/redux-devtools.git" }, "scripts": { "start": "webpack serve --hot --env development --env platform=web --progress", "build": "yarn run build:lib && yarn run build:web && yarn run build:umd && yarn run build:umd:min", "build:lib": "rollup -c", "build:web": "webpack --env platform=web --progress", "build:umd": "webpack --progress --config webpack.config.umd.ts", "build:umd:min": "webpack --env production --progress --config webpack.config.umd.ts", "clean": "rimraf build dist umd", "test": "jest", "lint": "eslint . --ext .ts,.tsx", "type-check": "tsc --noEmit", "prepack": "yarn run clean && yarn run build", "prepublish": "yarn run type-check && yarn run lint && yarn run test" }, "dependencies": { "@babel/runtime": "^7.16.7", "@redux-devtools/chart-monitor": "^2.0.0", "@redux-devtools/core": "^3.10.0", "@redux-devtools/inspector-monitor": "^2.0.0", "@redux-devtools/inspector-monitor-test-tab": "^0.8.0", "@redux-devtools/inspector-monitor-trace-tab": "^0.3.0", "@redux-devtools/log-monitor": "^3.0.0", "@redux-devtools/rtk-query-monitor": "^2.0.0", "@redux-devtools/slider-monitor": "^3.0.0", "@redux-devtools/ui": "^1.1.0", "@reduxjs/toolkit": "^1.7.1", "@types/prop-types": "^15.7.4", "d3-state-visualizer": "^1.5.0", "javascript-stringify": "^2.1.0", "jsan": "^3.1.14", "jsondiffpatch": "^0.4.1", "localforage": "^1.10.0", "lodash": "^4.17.21", "prop-types": "^15.8.0", "react-icons": "^4.3.1", "react-is": "^17.0.2", "react-redux": "^7.2.6", "redux": "^4.1.2", "redux-persist": "^6.0.0", "socketcluster-client": "^14.3.2" }, "devDependencies": { "@babel/core": "^7.16.7", "@babel/eslint-parser": "^7.16.5", "@babel/plugin-transform-runtime": "^7.16.7", "@babel/preset-env": "^7.16.7", "@babel/preset-react": "^7.16.7", "@babel/preset-typescript": "^7.16.7", "@rjsf/core": "^3.2.1", "@rollup/plugin-babel": "^5.3.0", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^12.1.2", "@types/jest": "^27.4.0", "@types/jsan": "^3.1.2", "@types/json-schema": "^7.0.9", "@types/lodash": "^4.14.178", "@types/node": "^16.11.17", "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", "@types/react-redux": "^7.1.21", "@types/socketcluster-client": "^13.0.5", "@types/styled-components": "^5.1.19", "@types/testing-library__jest-dom": "^5.14.2", "@types/webpack-dev-server": "^4.5.1", "@types/webpack-env": "^1.16.3", "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", "babel-loader": "^8.2.3", "css-loader": "^6.5.1", "eslint": "^8.6.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-jest": "^25.3.4", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0", "file-loader": "^6.2.0", "fork-ts-checker-webpack-plugin": "^6.5.0", "html-loader": "^3.0.1", "html-webpack-plugin": "^5.5.0", "jest": "^27.4.5", "path-browserify": "^1.0.1", "react": "^17.0.2", "react-dom": "^17.0.2", "rimraf": "^3.0.2", "rollup": "^2.63.0", "rollup-plugin-typescript2": "^0.31.1", "style-loader": "^3.3.1", "styled-components": "^5.3.3", "ts-jest": "^27.1.2", "ts-node": "^10.4.0", "tslib": "^2.3.1", "typescript": "~4.5.4", "url-loader": "^4.1.1", "webpack": "^5.65.0", "webpack-cli": "^4.9.1", "webpack-dev-server": "^4.7.2" }, "peerDependencies": { "@types/react": "^16.3.0 || ^17.0.0", "@types/styled-components": "^5.1.19", "react": "^16.3.0 || ^17.0.0", "styled-components": "^5.3.3" } }