{ "name": "@redux-devtools/app", "version": "2.0.3", "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": [ "build", "lib", "src", "umd" ], "main": "lib/cjs/index.js", "module": "lib/esm/index.js", "types": "lib/types/index.d.ts", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/reduxjs/redux-devtools.git" }, "scripts": { "start": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" 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": "yarn build:cjs && yarn build:esm && yarn build:types", "build:cjs": "babel src --extensions \".ts,.tsx\" --out-dir lib/cjs", "build:esm": "babel src --config-file ./babel.config.esm.json --extensions \".ts,.tsx\" --out-dir lib/esm", "build:types": "tsc --emitDeclarationOnly", "build:web": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --env platform=web --progress", "build:umd": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --progress --config webpack.config.umd.ts", "build:umd:min": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --env production --progress --config webpack.config.umd.ts", "clean": "rimraf build lib 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.1", "@redux-devtools/core": "^3.10.1", "@redux-devtools/inspector-monitor": "^2.0.1", "@redux-devtools/inspector-monitor-test-tab": "^0.8.3", "@redux-devtools/inspector-monitor-trace-tab": "^0.3.2", "@redux-devtools/log-monitor": "^3.0.1", "@redux-devtools/rtk-query-monitor": "^2.0.2", "@redux-devtools/slider-monitor": "^3.0.2", "@redux-devtools/ui": "^1.1.1", "@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.1", "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/cli": "^7.16.8", "@babel/core": "^7.16.12", "@babel/eslint-parser": "^7.16.5", "@babel/plugin-transform-runtime": "^7.16.10", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", "@babel/preset-typescript": "^7.16.7", "@rjsf/core": "^3.2.1", "@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.21", "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", "@types/react-redux": "^7.1.22", "@types/socketcluster-client": "^13.0.5", "@types/styled-components": "^5.1.21", "@types/testing-library__jest-dom": "^5.14.2", "@types/webpack-env": "^1.16.3", "@typescript-eslint/eslint-plugin": "^5.10.0", "@typescript-eslint/parser": "^5.10.0", "babel-loader": "^8.2.3", "cross-env": "^7.0.3", "css-loader": "^6.5.1", "eslint": "^8.7.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-jest": "^25.7.0", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0", "fork-ts-checker-webpack-plugin": "^6.5.0", "html-loader": "^3.1.0", "html-webpack-plugin": "^5.5.0", "jest": "^27.4.7", "path-browserify": "^1.0.1", "react": "^17.0.2", "react-dom": "^17.0.2", "rimraf": "^3.0.2", "style-loader": "^3.3.1", "styled-components": "^5.3.3", "ts-jest": "^27.1.3", "ts-node": "^10.4.0", "typescript": "~4.5.5", "webpack": "^5.67.0", "webpack-cli": "^4.9.1", "webpack-dev-server": "^4.7.3" }, "peerDependencies": { "@types/react": "^16.3.0 || ^17.0.0", "@types/styled-components": "^5.1.21", "react": "^16.3.0 || ^17.0.0", "styled-components": "^5.3.3" } }