mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 16:07:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			72 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			72 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@redux-devtools/log-monitor",
 | |
|   "version": "5.1.1",
 | |
|   "description": "The default tree view monitor for 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-log-monitor",
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/reduxjs/redux-devtools/issues"
 | |
|   },
 | |
|   "license": "MIT",
 | |
|   "author": "Dan Abramov <dan.abramov@me.com> (http://github.com/gaearon)",
 | |
|   "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"
 | |
|   },
 | |
|   "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",
 | |
|     "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",
 | |
|     "@types/lodash.debounce": "^4.0.9",
 | |
|     "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",
 | |
|     "@redux-devtools/core": "workspace:^",
 | |
|     "@types/react": "^19.1.8",
 | |
|     "react": "^19.1.0",
 | |
|     "redux": "^5.0.1",
 | |
|     "rimraf": "^6.0.1",
 | |
|     "typescript": "~5.8.3"
 | |
|   },
 | |
|   "peerDependencies": {
 | |
|     "@redux-devtools/core": "workspace:^",
 | |
|     "@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"
 | |
|   }
 | |
| }
 |