mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-11-04 01:47:25 +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.28.4",
 | 
						|
    "@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.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-typescript": "^7.27.1",
 | 
						|
    "@types/jsan": "^3.1.5",
 | 
						|
    "@types/node": "^22.18.10",
 | 
						|
    "@types/rn-host-detect": "^1.2.2",
 | 
						|
    "@types/socketcluster-client": "^19.1.0",
 | 
						|
    "@typescript-eslint/eslint-plugin": "^8.46.1",
 | 
						|
    "@typescript-eslint/parser": "^8.46.1",
 | 
						|
    "eslint": "^9.37.0",
 | 
						|
    "eslint-config-prettier": "^10.1.8",
 | 
						|
    "redux": "^5.0.1",
 | 
						|
    "rimraf": "^6.0.1",
 | 
						|
    "typescript": "~5.9.3"
 | 
						|
  },
 | 
						|
  "peerDependencies": {
 | 
						|
    "redux": "^3.5.2 || ^4.0.0 || ^5.0.0"
 | 
						|
  }
 | 
						|
}
 |