{ "name": "devui", "version": "1.0.0-3", "description": "Reusable React components for building DevTools monitors and apps.", "files": [ "lib", "fonts" ], "repository": { "type": "git", "url": "https://github.com/reduxjs/redux-devtools.git" }, "author": "Mihail Diordiev (https://github.com/zalmoxisus)", "license": "MIT", "scripts": { "start": "npm run storybook", "build": "rimraf ./lib && babel ./src --out-dir ./lib --ignore tests,stories", "lint:css": "stylelint './src/**/styles/*.js'", "test:update": "npm run jest -- -u", "test": "jest --no-cache", "storybook": "start-storybook -p 9001 -c .storybook -s ./fonts", "publish-storybook": "bash .scripts/publish_storybook.sh", "prepare": "npm run build", "prepublishOnly": "npm run test && npm run build" }, "bugs": { "url": "https://github.com/reduxjs/redux-devtools/issues" }, "homepage": "https://github.com/reduxjs/redux-devtools", "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/plugin-proposal-class-properties": "^7.3.0", "@babel/plugin-proposal-decorators": "^7.3.0", "@babel/plugin-proposal-export-default-from": "^7.2.0", "@babel/plugin-transform-runtime": "^7.2.0", "@babel/preset-env": "^7.3.1", "@babel/preset-react": "^7.0.0", "@storybook/addon-actions": "^4.1.4", "@storybook/addon-info": "^4.1.4", "@storybook/addon-knobs": "^4.1.4", "@storybook/addon-options": "^4.1.4", "@storybook/react": "4.0.9", "enzyme": "^3.1.0", "enzyme-adapter-react-16": "^1.0.2", "enzyme-to-json": "^3.1.4", "git-url-parse": "^7.0.1", "jest": "^24.1.0", "jsdom": "^11.3.0", "react": "^16.0.0", "react-addons-test-utils": "^15.6.2", "react-dom": "^16.0.0", "react-test-renderer": "^16.0.0", "rimraf": "^2.6.2", "stylelint": "^7.6.0", "stylelint-config-standard": "^15.0.0", "stylelint-processor-styled-components": "^0.0.4" }, "peerDependencies": { "react": "^0.14.9 || ^15.3.0" }, "dependencies": { "base16": "^1.0.0", "codemirror": "^5.21.0", "color": "^2.0.0", "prop-types": "^15.6.0", "react-icons": "^2.2.7", "react-jsonschema-form": "^1.0.0", "react-select": "^1.0.0-rc.10", "redux-devtools-themes": "^1.0.0", "simple-element-resize-detector": "^1.1.0", "styled-components": "^2.2.2" }, "jest": { "setupTestFrameworkScriptFile": "/tests/setup.js" }, "main": "lib/index.js" }