{
  "name": "@redux-devtools/ui",
  "version": "1.3.2",
  "description": "Reusable React components for building DevTools monitors and apps.",
  "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-ui",
  "bugs": {
    "url": "https://github.com/reduxjs/redux-devtools/issues"
  },
  "license": "MIT",
  "author": "Mihail Diordiev <zalmoxisus@gmail.com> (https://github.com/zalmoxisus)",
  "files": [
    "fonts",
    "lib",
    "src"
  ],
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "types": "lib/types/index.d.ts",
  "sideEffects": [
    "*.css"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/reduxjs/redux-devtools.git"
  },
  "scripts": {
    "start": "pnpm run storybook",
    "storybook": "storybook dev -p 6006",
    "build:storybook": "storybook build --quiet",
    "build": "pnpm run build:lib && pnpm run build:storybook",
    "build:lib": "pnpm run build:cjs && pnpm run build:esm && pnpm run build:types && pnpm run build:css",
    "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",
    "build:css": "ncp fonts lib/fonts",
    "clean": "rimraf lib storybook-static",
    "test": "jest",
    "lint": "eslint .",
    "lint:css": "stylelint \"./src/**/*.js\"",
    "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.26.0",
    "@rjsf/core": "^5.23.1",
    "@rjsf/utils": "^5.23.1",
    "@rjsf/validator-ajv8": "^5.23.1",
    "@types/codemirror": "^5.60.15",
    "@types/json-schema": "^7.0.15",
    "@types/simple-element-resize-detector": "^1.3.3",
    "codemirror": "^5.65.18",
    "color": "^4.2.3",
    "react-base16-styling": "workspace:^",
    "react-icons": "^5.4.0",
    "react-select": "^5.8.3",
    "simple-element-resize-detector": "^1.3.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.26.4",
    "@babel/core": "^7.26.0",
    "@babel/eslint-parser": "^7.25.9",
    "@babel/plugin-transform-runtime": "^7.25.9",
    "@babel/preset-env": "^7.26.0",
    "@babel/preset-react": "^7.26.3",
    "@babel/preset-typescript": "^7.26.0",
    "@chromatic-com/storybook": "^2.0.2",
    "@storybook/addon-essentials": "^8.4.7",
    "@storybook/addon-interactions": "^8.4.7",
    "@storybook/addon-links": "^8.4.7",
    "@storybook/addon-onboarding": "^8.4.7",
    "@storybook/addon-webpack5-compiler-swc": "1.0.5",
    "@storybook/blocks": "^8.4.7",
    "@storybook/react": "^8.4.7",
    "@storybook/react-webpack5": "^8.4.7",
    "@storybook/test": "^8.4.7",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/react": "^16.1.0",
    "@testing-library/user-event": "^14.5.2",
    "@types/color": "^3.0.6",
    "@types/node": "^22.10.1",
    "@types/jest": "^29.5.14",
    "@types/react": "^18.3.14",
    "@types/styled-components": "^5.1.34",
    "babel-loader": "^9.2.1",
    "csstype": "^3.1.3",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "ncp": "^2.0.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-is": "^18.3.1",
    "rimraf": "^6.0.1",
    "storybook": "^8.4.7",
    "styled-components": "^5.3.11",
    "stylelint": "^16.11.0",
    "stylelint-config-standard": "^36.0.1",
    "stylelint-config-styled-components": "^0.1.1",
    "stylelint-processor-styled-components": "^1.10.0",
    "ts-jest": "^29.2.5",
    "typescript": "~5.7.2",
    "webpack": "^5.97.1"
  },
  "peerDependencies": {
    "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
    "@types/styled-components": "^5.1.34",
    "react": "^16.3.0 || ^17.0.0 || ^18.0.0",
    "styled-components": "^5.3.11"
  }
}