mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-11-04 01:47:25 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			62 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "@redux-devtools/serialize",
 | 
						|
  "version": "0.4.2",
 | 
						|
  "description": "Serialize unserializable data and parse it back.",
 | 
						|
  "keywords": [
 | 
						|
    "redux",
 | 
						|
    "devtools"
 | 
						|
  ],
 | 
						|
  "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-serialize",
 | 
						|
  "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",
 | 
						|
    "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"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@babel/runtime": "^7.28.4",
 | 
						|
    "jsan": "^3.1.14"
 | 
						|
  },
 | 
						|
  "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/jest": "^30.0.0",
 | 
						|
    "@types/jsan": "^3.1.5",
 | 
						|
    "immutable": "^5.1.4",
 | 
						|
    "jest": "^30.2.0",
 | 
						|
    "rimraf": "^6.0.1",
 | 
						|
    "ts-jest": "^29.4.5",
 | 
						|
    "typescript": "~5.9.3"
 | 
						|
  },
 | 
						|
  "peerDependencies": {
 | 
						|
    "immutable": "^5.1.4"
 | 
						|
  }
 | 
						|
}
 |