{ "name": "@redux-devtools/ui", "version": "1.2.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": "yarn run storybook", "storybook": "start-storybook -p 6006 -s ./fonts", "build:storybook": "build-storybook -s ./fonts", "build": "yarn run build:lib && yarn run build:storybook", "build:lib": "yarn build:cjs && yarn build:esm && yarn build:types && yarn build:css", "build:cjs": "babel src --extensions \".ts,.tsx\" --out-dir lib/cjs", "build:esm": "babel src --config-file ./babel.config.esm.json --no-babelrc --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 . --ext .ts,.tsx", "lint:css": "stylelint \"./src/**/*.js\"", "type-check": "tsc --noEmit", "prepack": "yarn run clean && yarn run build", "prepublish": "yarn run type-check && yarn run lint && yarn run test" }, "dependencies": { "@babel/runtime": "^7.17.8", "@rjsf/core": "^4.1.1", "@types/base16": "^1.0.2", "@types/codemirror": "^5.60.5", "@types/json-schema": "^7.0.11", "@types/prop-types": "^15.7.4", "@types/redux-devtools-themes": "^1.0.0", "@types/simple-element-resize-detector": "^1.3.0", "base16": "^1.0.0", "codemirror": "^5.65.2", "color": "^3.2.1", "prop-types": "^15.8.1", "react-icons": "^4.3.1", "react-select": "^5.2.2", "redux-devtools-themes": "^1.0.0", "simple-element-resize-detector": "^1.3.0" }, "devDependencies": { "@babel/cli": "^7.17.6", "@babel/core": "^7.17.8", "@babel/eslint-parser": "^7.17.0", "@babel/plugin-transform-runtime": "^7.17.0", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", "@babel/preset-typescript": "^7.16.7", "@storybook/addon-essentials": "^6.4.20", "@storybook/react": "^6.4.20", "@testing-library/dom": "^8.12.0", "@testing-library/react": "^12.1.4", "@testing-library/user-event": "^13.5.0", "@types/color": "^3.0.3", "@types/jest": "^27.4.1", "@types/react": "^17.0.43", "@types/styled-components": "^5.1.24", "@typescript-eslint/eslint-plugin": "^5.17.0", "@typescript-eslint/parser": "^5.17.0", "babel-loader": "^8.2.4", "csstype": "^3.0.11", "eslint": "^8.12.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^26.1.3", "eslint-plugin-react": "~7.28.0", "eslint-plugin-react-hooks": "^4.4.0", "jest": "^27.5.1", "ncp": "^2.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-is": "^17.0.2", "rimraf": "^3.0.2", "styled-components": "^5.3.5", "stylelint": "^14.6.1", "stylelint-config-prettier": "^9.0.3", "stylelint-config-standard": "^25.0.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.10.0", "ts-jest": "^27.1.4", "typescript": "~4.5.5", "webpack": "^5.71.0" }, "peerDependencies": { "@types/react": "^16.3.0 || ^17.0.0", "@types/styled-components": "^5.1.24", "react": "^16.3.0 || ^17.0.0", "styled-components": "^5.3.5" } }