{ "name": "ui_next", "version": "0.1.0", "private": true, "engines": { "node": "14.x" }, "dependencies": { "@lingui/react": "3.9.0", "@patternfly/patternfly": "^4.102.1", "@patternfly/react-core": "4.121.1", "@patternfly/react-icons": "4.7.22", "@patternfly/react-table": "^4.19.15", "ace-builds": "^1.4.12", "ansi-to-html": "0.7.0", "axios": "^0.21.1", "babel-plugin-macros": "^3.0.1", "codemirror": "^5.47.0", "d3": "6.7.0", "dagre": "^0.8.4", "formik": "^2.1.2", "has-ansi": "4.0.0", "html-entities": "2.3.2", "js-yaml": "^3.13.1", "prop-types": "^15.6.2", "react": "^16.13.1", "react-ace": "^9.3.0", "react-dom": "^16.13.1", "react-error-boundary": "^3.1.3", "react-router-dom": "^5.1.2", "react-virtualized": "^9.21.1", "rrule": "^2.6.4", "sanitize-html": "2.4.0", "styled-components": "5.3.0" }, "devDependencies": { "@babel/polyfill": "^7.8.7", "@cypress/instrument-cra": "^1.4.0", "@lingui/cli": "^3.7.1", "@lingui/loader": "^3.8.3", "@lingui/macro": "^3.7.1", "@nteract/mockument": "^1.0.4", "babel-core": "^7.0.0-bridge.0", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.14.0", "enzyme-to-json": "^3.3.5", "eslint": "7.30.0", "eslint-config-airbnb": "18.2.1", "eslint-config-prettier": "8.3.0", "eslint-import-resolver-webpack": "0.11.1", "eslint-plugin-i18next": "^5.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.11.1", "eslint-plugin-react-hooks": "4.2.0", "http-proxy-middleware": "^1.0.3", "jest-websocket-mock": "^2.0.2", "mock-socket": "^9.0.3", "prettier": "2.3.2", "react-scripts": "^4.0.3" }, "scripts": { "prelint": "lingui compile", "prestart": "lingui compile", "prestart-instrumented": "lingui compile", "pretest": "lingui compile", "pretest-watch": "lingui compile", "start": "ESLINT_NO_DEV_ERRORS=true PORT=3001 HTTPS=true DANGEROUSLY_DISABLE_HOST_CHECK=true react-scripts start", "start-instrumented": "ESLINT_NO_DEV_ERRORS=true DEBUG=instrument-cra PORT=3001 HTTPS=true DANGEROUSLY_DISABLE_HOST_CHECK=true react-scripts -r @cypress/instrument-cra start", "build": "INLINE_RUNTIME_CHUNK=false react-scripts build", "test": "TZ='UTC' react-scripts test --watchAll=false", "test-watch": "TZ='UTC' react-scripts test", "eject": "react-scripts eject", "lint": "eslint --ext .js --ext .jsx .", "add-locale": "lingui add-locale", "extract-strings": "lingui extract", "extract-template": "lingui extract-template", "compile-strings": "lingui compile", "prettier": "prettier --write \"src/**/*.{js,jsx,scss}\"", "prettier-check": "prettier --check \"src/**/*.{js,jsx,scss}\"" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "jest": { "snapshotSerializers": [ "enzyme-to-json/serializer" ], "collectCoverageFrom": [ "src/**/*.{js,jsx}", "testUtils/**/*.{js,jsx}" ], "coveragePathIgnorePatterns": [ "/src/locales", "index.js" ] } }