mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 16:07:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			96 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			96 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@redux-devtools/rtk-query-monitor",
 | |
|   "version": "5.2.0",
 | |
|   "description": "rtk-query monitor for Redux DevTools",
 | |
|   "keywords": [
 | |
|     "redux",
 | |
|     "devtools",
 | |
|     "flux",
 | |
|     "react",
 | |
|     "redux-toolkit",
 | |
|     "rtk-query"
 | |
|   ],
 | |
|   "homepage": "https://github.com/FaberVitale/redux-devtools/tree/feat/rtk-query-monitor/packages/redux-devtools-rtk-query-monitor",
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/reduxjs/redux-devtools/issues"
 | |
|   },
 | |
|   "license": "MIT",
 | |
|   "author": {
 | |
|     "name": "FaberVitale",
 | |
|     "url": "https://github.com/FaberVitale"
 | |
|   },
 | |
|   "files": [
 | |
|     "lib",
 | |
|     "src"
 | |
|   ],
 | |
|   "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": {
 | |
|     "build": "pnpm run build:cjs && pnpm run build:esm && pnpm run 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",
 | |
|     "clean": "rimraf lib",
 | |
|     "test": "jest",
 | |
|     "lint": "eslint .",
 | |
|     "type-check": "tsc --noEmit",
 | |
|     "prepack": "pnpm run clean && pnpm run build",
 | |
|     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@babel/runtime": "^7.27.6",
 | |
|     "@redux-devtools/ui": "workspace:^",
 | |
|     "@types/lodash": "^4.17.18",
 | |
|     "hex-rgba": "^1.0.2",
 | |
|     "immutable": "^5.1.3",
 | |
|     "lodash.debounce": "^4.0.8",
 | |
|     "react-base16-styling": "workspace:^",
 | |
|     "react-json-tree": "workspace:^"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@babel/cli": "^7.27.2",
 | |
|     "@babel/core": "^7.27.4",
 | |
|     "@babel/eslint-parser": "^7.27.5",
 | |
|     "@babel/plugin-transform-runtime": "^7.27.4",
 | |
|     "@babel/preset-env": "^7.27.2",
 | |
|     "@babel/preset-react": "^7.27.1",
 | |
|     "@babel/preset-typescript": "^7.27.1",
 | |
|     "@emotion/babel-preset-css-prop": "^11.12.0",
 | |
|     "@emotion/react": "^11.14.0",
 | |
|     "@emotion/styled": "^11.14.0",
 | |
|     "@redux-devtools/core": "workspace:^",
 | |
|     "@reduxjs/toolkit": "^2.8.2",
 | |
|     "@testing-library/dom": "^10.4.0",
 | |
|     "@testing-library/jest-dom": "^6.6.3",
 | |
|     "@testing-library/react": "^16.3.0",
 | |
|     "@types/jest": "^30.0.0",
 | |
|     "@types/hex-rgba": "^1.0.3",
 | |
|     "@types/lodash.debounce": "^4.0.9",
 | |
|     "@types/react": "^19.1.8",
 | |
|     "jest": "^30.0.2",
 | |
|     "jest-environment-jsdom": "^30.0.2",
 | |
|     "react": "^19.1.0",
 | |
|     "react-dom": "^19.1.0",
 | |
|     "react-redux": "^9.2.0",
 | |
|     "redux": "^5.0.1",
 | |
|     "rimraf": "^6.0.1",
 | |
|     "ts-jest": "^29.4.0",
 | |
|     "typescript": "~5.9.2"
 | |
|   },
 | |
|   "peerDependencies": {
 | |
|     "@emotion/react": "^11.14.0",
 | |
|     "@emotion/styled": "^11.14.0",
 | |
|     "@redux-devtools/core": "workspace:^",
 | |
|     "@reduxjs/toolkit": "^1.0.0 || ^2.0.0",
 | |
|     "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
 | |
|     "react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",
 | |
|     "redux": "^3.4.0 || ^4.0.0 || ^5.0.0"
 | |
|   }
 | |
| }
 |