{ "name": "@zuul-ci/dashboard", "version": "1.0.0", "description": "Zuul Web Dashboard", "repository": "https://opendev.org/zuul/zuul", "author": "Zuul Developers", "license": "Apache-2.0", "private": true, "dependencies": { "@patternfly/react-core": "4.63.3", "@patternfly/react-table": "4.18.14", "axios": "^0.19.0", "immutability-helper": "^2.8.1", "js-yaml": "^3.13.0", "lodash": "^4.17.10", "moment": "^2.22.2", "moment-duration-format": "2.3.2", "moment-timezone": "^0.5.28", "patternfly-react": "^2.39.16", "prop-types": "^15.6.2", "react": "^16.13.1", "react-dom": "^16.13.1", "react-height": "^3.0.0", "react-json-view": "^1.21.1", "react-redux": "<7.1.1", "react-router": "^4.3.1", "react-router-dom": "^4.3.1", "react-scripts": "3.4.1", "react-select": "3.1.0", "redux": "^4.0.5", "redux-immutable-state-invariant": "^2.1.0", "redux-thunk": "^2.3.0", "sockette": "^2.0.0", "swagger-ui": "^3.20.1", "xterm": "^3.14.5" }, "resolutions": { "formdata-node": "2.1.1", "nanoid": "2.1.11" }, "devDependencies": { "eslint-plugin-jest": "^23.8.2", "eslint-plugin-react": "^7.19.0", "eslint-plugin-standard": "^4.0.1", "yarn": "^1.16.0" }, "scripts": { "start:opendev": "REACT_APP_ZUUL_API='https://zuul.opendev.org/api/' react-scripts start", "start:openstack": "REACT_APP_ZUUL_API='https://zuul.openstack.org/api/' react-scripts start", "start:multi": "REACT_APP_ZUUL_API='https://softwarefactory-project.io/zuul/api/' react-scripts start", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom --watchAll=false", "eject": "react-scripts eject", "lint": "eslint --ext .js --ext .jsx src", "lint-fix": "eslint --ext .js --ext .jsx --fix src" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }