mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 16:07:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			74 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			74 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@redux-devtools/remote",
 | |
|   "version": "0.9.5",
 | |
|   "description": "Relay Redux actions to remote Redux DevTools.",
 | |
|   "keywords": [
 | |
|     "redux",
 | |
|     "devtools",
 | |
|     "flux",
 | |
|     "react",
 | |
|     "hot reloading",
 | |
|     "time travel",
 | |
|     "live edit"
 | |
|   ],
 | |
|   "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-remote",
 | |
|   "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.6",
 | |
|     "@redux-devtools/instrument": "workspace:^",
 | |
|     "@redux-devtools/utils": "workspace:^",
 | |
|     "jsan": "^3.1.14",
 | |
|     "rn-host-detect": "^1.2.0",
 | |
|     "socketcluster-client": "^19.2.7"
 | |
|   },
 | |
|   "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-typescript": "^7.27.1",
 | |
|     "@types/jsan": "^3.1.5",
 | |
|     "@types/node": "^22.15.32",
 | |
|     "@types/rn-host-detect": "^1.2.2",
 | |
|     "@types/socketcluster-client": "^19.1.0",
 | |
|     "@typescript-eslint/eslint-plugin": "^8.35.0",
 | |
|     "@typescript-eslint/parser": "^8.35.0",
 | |
|     "eslint": "^9.29.0",
 | |
|     "eslint-config-prettier": "^10.1.5",
 | |
|     "redux": "^5.0.1",
 | |
|     "rimraf": "^6.0.1",
 | |
|     "typescript": "~5.9.2"
 | |
|   },
 | |
|   "peerDependencies": {
 | |
|     "redux": "^3.5.2 || ^4.0.0 || ^5.0.0"
 | |
|   }
 | |
| }
 |