{ "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 (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.25.0", "@rjsf/core": "^4.2.3", "@types/codemirror": "^5.60.15", "@types/json-schema": "^7.0.15", "@types/simple-element-resize-detector": "^1.3.3", "codemirror": "^5.65.17", "color": "^4.2.3", "react-base16-styling": "^0.10.0", "react-icons": "^5.2.1", "react-select": "^5.8.0", "simple-element-resize-detector": "^1.3.0" }, "devDependencies": { "@babel/cli": "^7.24.8", "@babel/core": "^7.25.2", "@babel/eslint-parser": "^7.25.1", "@babel/plugin-transform-runtime": "^7.24.7", "@babel/preset-env": "^7.25.3", "@babel/preset-react": "^7.24.7", "@babel/preset-typescript": "^7.24.7", "@chromatic-com/storybook": "1.6.1", "@storybook/addon-essentials": "^8.2.7", "@storybook/addon-interactions": "^8.2.7", "@storybook/addon-links": "^8.2.7", "@storybook/addon-onboarding": "^8.2.7", "@storybook/addon-webpack5-compiler-swc": "1.0.5", "@storybook/blocks": "^8.2.7", "@storybook/react": "^8.2.7", "@storybook/react-webpack5": "^8.2.7", "@storybook/test": "^8.2.7", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.2", "@types/color": "^3.0.6", "@types/jest": "^29.5.12", "@types/react": "^18.3.3", "@types/styled-components": "^5.1.34", "babel-loader": "^9.1.3", "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.2.7", "styled-components": "^5.3.11", "stylelint": "^16.8.1", "stylelint-config-standard": "^36.0.1", "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.10.0", "ts-jest": "^29.2.4", "typescript": "~5.5.4", "webpack": "^5.93.0" }, "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" } }