{ "name": "@redux-devtools/ui", "version": "1.0.0-9", "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": [ "lib", "fonts" ], "main": "lib/index.js", "types": "lib/index.d.ts", "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:types && yarn run build:js && yarn run build-storybook", "build:types": "tsc --emitDeclarationOnly", "build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline", "clean": "rimraf lib", "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": { "@rjsf/core": "^3.2.0", "@types/base16": "^1.0.2", "@types/codemirror": "^5.60.5", "@types/json-schema": "^7.0.9", "@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.63.3", "color": "^3.2.1", "prop-types": "^15.7.2", "react-icons": "^4.3.1", "react-select": "^5.1.0", "redux-devtools-themes": "^1.0.0", "simple-element-resize-detector": "^1.3.0" }, "devDependencies": { "@babel/cli": "^7.15.7", "@babel/core": "^7.15.8", "@babel/preset-env": "^7.15.8", "@babel/preset-react": "^7.14.5", "@babel/preset-typescript": "^7.15.0", "@storybook/addon-essentials": "^6.3.12", "@storybook/react": "^6.3.12", "@types/color": "^3.0.2", "@types/enzyme": "^3.10.10", "@types/enzyme-adapter-react-16": "^1.0.6", "@types/jest": "^27.0.2", "@types/react": "^16.14.18", "@types/styled-components": "^5.1.15", "@typescript-eslint/eslint-plugin": "^5.1.0", "@typescript-eslint/parser": "^5.1.0", "csstype": "^3.0.9", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.6", "enzyme-to-json": "^3.6.2", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-jest": "^25.2.2", "eslint-plugin-react": "^7.26.1", "jest": "^27.3.1", "react": "^16.14.0", "react-dom": "^16.14.0", "react-is": "^16.13.1", "rimraf": "^3.0.2", "styled-components": "^5.3.3", "stylelint": "^14.0.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-standard": "^23.0.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.10.0", "ts-jest": "^27.0.7", "typescript": "~4.4.4" }, "peerDependencies": { "@types/react": "^16.3.0 || ^17.0.0", "@types/styled-components": "^5.1.15", "react": "^16.3.0 || ^17.0.0", "styled-components": "^5.3.3" } }