mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-11-04 01:47:25 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			96 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			96 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "@redux-devtools/rtk-query-monitor",
 | 
						|
  "version": "6.0.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.28.4",
 | 
						|
    "@redux-devtools/ui": "workspace:^",
 | 
						|
    "@types/lodash": "^4.17.20",
 | 
						|
    "hex-rgba": "^1.0.2",
 | 
						|
    "immutable": "^5.1.4",
 | 
						|
    "lodash.debounce": "^4.0.8",
 | 
						|
    "react-base16-styling": "workspace:^",
 | 
						|
    "react-json-tree": "workspace:^"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@babel/cli": "^7.28.3",
 | 
						|
    "@babel/core": "^7.28.4",
 | 
						|
    "@babel/eslint-parser": "^7.28.4",
 | 
						|
    "@babel/plugin-transform-runtime": "^7.28.3",
 | 
						|
    "@babel/preset-env": "^7.28.3",
 | 
						|
    "@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.1",
 | 
						|
    "@redux-devtools/core": "workspace:^",
 | 
						|
    "@reduxjs/toolkit": "^2.9.0",
 | 
						|
    "@testing-library/dom": "^10.4.1",
 | 
						|
    "@testing-library/jest-dom": "^6.9.1",
 | 
						|
    "@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.2.2",
 | 
						|
    "jest": "^30.2.0",
 | 
						|
    "jest-environment-jsdom": "^30.2.0",
 | 
						|
    "react": "^19.2.0",
 | 
						|
    "react-dom": "^19.2.0",
 | 
						|
    "react-redux": "^9.2.0",
 | 
						|
    "redux": "^5.0.1",
 | 
						|
    "rimraf": "^6.0.1",
 | 
						|
    "ts-jest": "^29.4.5",
 | 
						|
    "typescript": "~5.9.3"
 | 
						|
  },
 | 
						|
  "peerDependencies": {
 | 
						|
    "@emotion/react": "^11.14.0",
 | 
						|
    "@emotion/styled": "^11.14.1",
 | 
						|
    "@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"
 | 
						|
  }
 | 
						|
}
 |