mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-11-01 00:17:48 +03:00 
			
		
		
		
	* Replace styled-components with Emotion in ui * react-dock * Remainder * Fix * Format * Update snapshots * Create bright-sheep-joke.md
		
			
				
	
	
		
			96 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			96 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@redux-devtools/cli",
 | |
|   "version": "4.0.3",
 | |
|   "description": "CLI for remote debugging with Redux DevTools.",
 | |
|   "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-cli",
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/reduxjs/redux-devtools/issues"
 | |
|   },
 | |
|   "license": "MIT",
 | |
|   "author": "Mihail Diordiev <zalmoxisus@gmail.com> (https://github.com/zalmoxisus)",
 | |
|   "files": [
 | |
|     "bin",
 | |
|     "dist",
 | |
|     "src",
 | |
|     "app",
 | |
|     "index.js",
 | |
|     "defaultDbOptions.json"
 | |
|   ],
 | |
|   "type": "module",
 | |
|   "main": "dist/index.js",
 | |
|   "types": "dist/index.d.ts",
 | |
|   "bin": {
 | |
|     "redux-devtools": "bin/redux-devtools.js"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://github.com/reduxjs/redux-devtools.git"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "build": "tsc && ncp ./src/api/schema_def.graphql ./dist/api/schema_def.graphql",
 | |
|     "start": "node ./bin/redux-devtools.js",
 | |
|     "start:electron": "node ./bin/redux-devtools.js --open",
 | |
|     "clean": "rimraf dist",
 | |
|     "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"
 | |
|   },
 | |
|   "engines": {
 | |
|     "node": ">= 18.12.0"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@apollo/server": "^4.12.1",
 | |
|     "@emotion/react": "^11.14.0",
 | |
|     "@emotion/styled": "^11.14.0",
 | |
|     "@redux-devtools/app": "workspace:^",
 | |
|     "@reduxjs/toolkit": "^2.8.2",
 | |
|     "@types/react": "^19.1.6",
 | |
|     "body-parser": "^1.20.3",
 | |
|     "chalk": "^5.4.1",
 | |
|     "cors": "^2.8.5",
 | |
|     "cross-spawn": "^7.0.6",
 | |
|     "electron": "^31.7.7",
 | |
|     "express": "^4.21.2",
 | |
|     "get-port": "^7.1.0",
 | |
|     "graphql": "^16.11.0",
 | |
|     "knex": "^3.1.0",
 | |
|     "lodash-es": "^4.17.21",
 | |
|     "minimist": "^1.2.8",
 | |
|     "morgan": "^1.10.0",
 | |
|     "open": "^10.1.2",
 | |
|     "react": "^19.1.0",
 | |
|     "react-dom": "^19.1.0",
 | |
|     "react-is": "^19.1.0",
 | |
|     "semver": "^7.7.2",
 | |
|     "socketcluster-server": "^19.1.1",
 | |
|     "sqlite3": "^5.1.7",
 | |
|     "uuid": "^11.1.0"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@types/body-parser": "^1.19.5",
 | |
|     "@types/cors": "^2.8.18",
 | |
|     "@types/cross-spawn": "^6.0.6",
 | |
|     "@types/express": "^4.17.22",
 | |
|     "@types/jest": "^29.5.14",
 | |
|     "@types/lodash-es": "^4.17.12",
 | |
|     "@types/minimist": "^1.2.5",
 | |
|     "@types/morgan": "^1.9.9",
 | |
|     "@types/node": "^22.15.21",
 | |
|     "@types/semver": "^7.7.0",
 | |
|     "@types/socketcluster-client": "^19.1.0",
 | |
|     "@types/socketcluster-server": "^19.0.1",
 | |
|     "@types/supertest": "^6.0.3",
 | |
|     "@types/uuid": "^10.0.0",
 | |
|     "globals": "^16.1.0",
 | |
|     "jest": "^29.7.0",
 | |
|     "ncp": "^2.0.0",
 | |
|     "rimraf": "^6.0.1",
 | |
|     "socketcluster-client": "^19.2.3",
 | |
|     "supertest": "^7.1.1",
 | |
|     "ts-jest": "^29.3.4",
 | |
|     "typescript": "~5.8.3"
 | |
|   }
 | |
| }
 |