mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 16:07:45 +03:00 
			
		
		
		
	* fix(deps): update all non-major dependencies * Dedupe * Update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
		
			
				
	
	
		
			63 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@redux-devtools/utils",
 | |
|   "version": "3.1.1",
 | |
|   "description": "Reusable functions of Redux DevTools",
 | |
|   "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-utils",
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/reduxjs/redux-devtools/issues"
 | |
|   },
 | |
|   "license": "MIT",
 | |
|   "author": "Mihail Diordiev <zalmoxisus@gmail.com> (https://github.com/zalmoxisus)",
 | |
|   "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\" --out-dir lib/cjs",
 | |
|     "build:esm": "babel src --config-file ./babel.config.esm.json --extensions \".ts\" --out-dir lib/esm",
 | |
|     "build:types": "tsc --emitDeclarationOnly",
 | |
|     "clean": "rimraf lib",
 | |
|     "lint": "eslint .",
 | |
|     "type-check": "tsc --noEmit",
 | |
|     "prepack": "pnpm run clean && pnpm run build",
 | |
|     "prepublish": "pnpm run type-check && pnpm run lint"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@babel/runtime": "^7.27.1",
 | |
|     "@redux-devtools/core": "workspace:^",
 | |
|     "@redux-devtools/serialize": "workspace:^",
 | |
|     "@types/get-params": "^0.1.2",
 | |
|     "get-params": "^0.1.2",
 | |
|     "immutable": "^5.1.2",
 | |
|     "jsan": "^3.1.14",
 | |
|     "nanoid": "^5.1.5",
 | |
|     "redux": "^5.0.1"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@babel/cli": "^7.27.2",
 | |
|     "@babel/core": "^7.27.1",
 | |
|     "@babel/eslint-parser": "^7.27.1",
 | |
|     "@babel/plugin-transform-runtime": "^7.27.1",
 | |
|     "@babel/preset-env": "^7.27.2",
 | |
|     "@babel/preset-typescript": "^7.27.1",
 | |
|     "@types/jsan": "^3.1.5",
 | |
|     "@types/node": "^22.15.21",
 | |
|     "rimraf": "^6.0.1",
 | |
|     "typescript": "~5.8.3"
 | |
|   },
 | |
|   "peerDependencies": {
 | |
|     "@redux-devtools/core": "workspace:^",
 | |
|     "immutable": "^5.1.2",
 | |
|     "redux": "^4.0.0 || ^5.0.0"
 | |
|   }
 | |
| }
 |