{ "name": "SonarQube", "version": "0.0.1", "description": "Put your technical debt under control", "repository": "SonarSource/sonarqube", "license": "LGPL-3.0", "dependencies": { "@emotion/react": "11.7.1", "@emotion/styled": "11.6.0", "classnames": "2.3.1", "clipboard": "2.0.9", "core-js": "3.21.0", "d3-array": "2.4.0", "d3-hierarchy": "1.1.9", "d3-scale": "3.2.1", "d3-selection": "1.4.1", "d3-shape": "1.3.7", "d3-zoom": "1.8.3", "date-fns": "1.30.1", "dompurify": "2.3.5", "formik": "1.2.0", "history": "3.3.0", "keymaster": "1.6.2", "lodash": "4.17.21", "lunr": "2.3.9", "mdast-util-toc": "5.0.2", "prop-types": "15.8.1", "react": "16.13.0", "react-countup": "4.3.3", "react-day-picker": "7.4.10", "react-dom": "16.13.0", "react-draggable": "4.4.4", "react-helmet-async": "1.2.2", "react-intl": "3.12.1", "react-modal": "3.14.4", "react-redux": "5.1.1", "react-router": "3.2.6", "react-select": "4.3.1", "react-select-legacy": "npm:react-select@1.2.1", "react-virtualized": "9.22.3", "redux": "4.1.2", "redux-thunk": "2.4.1", "regenerator-runtime": "0.13.9", "rehype-raw": "4.0.2", "rehype-react": "5.0.0", "rehype-slug": "3.0.0", "remark-custom-blocks": "2.5.1", "remark-rehype": "6.0.0", "unist-util-visit": "2.0.2", "valid-url": "1.0.9", "whatwg-fetch": "3.6.2" }, "devDependencies": { "@babel/core": "7.16.12", "@babel/plugin-proposal-object-rest-spread": "7.16.7", "@babel/plugin-transform-modules-commonjs": "7.16.8", "@babel/plugin-transform-react-constant-elements": "7.16.7", "@babel/plugin-transform-react-jsx-self": "7.16.7", "@babel/plugin-transform-react-jsx-source": "7.16.7", "@babel/preset-env": "7.16.11", "@babel/preset-react": "7.16.7", "@emotion/jest": "11.7.1", "@testing-library/dom": "8.11.3", "@testing-library/jest-dom": "5.16.2", "@testing-library/react": "12.1.2", "@testing-library/user-event": "14.0.0-beta.11", "@types/classnames": "2.3.0", "@types/clipboard": "2.0.1", "@types/d3-array": "1.2.4", "@types/d3-hierarchy": "1.1.4", "@types/d3-scale": "2.0.2", "@types/d3-selection": "1.3.2", "@types/d3-shape": "1.2.4", "@types/d3-zoom": "1.7.3", "@types/dompurify": "2.3.3", "@types/enzyme": "3.10.5", "@types/jest": "27.4.0", "@types/keymaster": "1.6.30", "@types/lodash": "4.14.149", "@types/prop-types": "15.7.4", "@types/react": "16.8.23", "@types/react-dom": "16.8.4", "@types/react-helmet": "5.0.15", "@types/react-modal": "3.13.1", "@types/react-redux": "6.0.6", "@types/react-router": "3.0.20", "@types/react-select": "4.0.16", "@types/react-select-legacy": "npm:@types/react-select@1.2.6", "@types/react-virtualized": "9.21.16", "@types/sanitize-html": "1.22.0", "@types/valid-url": "1.0.3", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0", "autoprefixer": "9.7.4", "babel-core": "7.0.0-bridge.0", "babel-jest": "27.4.6", "babel-plugin-dynamic-import-node": "2.3.3", "babel-plugin-lodash": "3.3.4", "chalk": "3.0.0", "enzyme": "3.11.0", "enzyme-adapter-react-16": "1.15.6", "enzyme-to-json": "3.6.2", "esbuild": "0.14.18", "esbuild-plugin-glob": "1.0.4", "esbuild-plugin-postcss2": "0.1.1", "escape-string-regexp": "2.0.0", "eslint": "7.17.0", "eslint-config-sonarqube": "1.0.1", "eslint-plugin-import": "2.25.4", "eslint-plugin-jest": "24.1.0", "eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-promise": "4.2.1", "eslint-plugin-react": "7.28.0", "eslint-plugin-react-hooks": "4.3.0", "eslint-plugin-testing-library": "5.0.6", "fs-extra": "10.0.0", "glob": "7.2.0", "glob-promise": "3.4.0", "http-proxy": "1.18.1", "jest": "27.4.7", "jest-emotion": "10.0.32", "jest-junit": "13.0.0", "jsdom": "16.7.0", "path-browserify": "1.0.1", "postcss-calc": "7.0.2", "postcss-custom-properties": "9.1.1", "prettier": "1.19.1", "remark": "11.0.2", "remark-react": "7", "ts-jest": "27.1.3", "typescript": "4.5.5" }, "scripts": { "start": "node scripts/start.js", "build": "node scripts/build.js", "build-release": "yarn install --immutable && node scripts/build.js release", "test": "jest", "format": "prettier --write --list-different \"src/main/js/**/*.{js,ts,tsx,css}\"", "format-check": "prettier --list-different \"src/main/js/**/*.{js,ts,tsx,css}\"", "lint": "eslint --ext js,ts,tsx --quiet src/main/js", "lint-report": "eslint --ext js,ts,tsx -f json -o eslint-report/eslint-report.json src/main/js", "lint-report-ci": "yarn install --immutable && eslint --ext js,ts,tsx -f json -o eslint-report/eslint-report.json src/main/js", "ts-check": "tsc --noEmit", "validate": "yarn lint && yarn ts-check && yarn format-check && yarn test", "validate-ci": "yarn install --immutable && yarn test --coverage --maxWorkers=4 --ci", "check-ci": "yarn install --immutable && yarn ts-check && yarn format-check", "update-cwes": "node scripts/update-cwes.js" }, "engines": { "node": ">=8" }, "browser": { "path": "path-browserify" }, "browserslist": [ "last 3 Chrome versions", "last 3 Firefox versions", "last 3 Safari versions", "last 3 Edge versions", "IE 11" ], "prettier": { "jsxBracketSameLine": true, "printWidth": 100, "singleQuote": true }, "packageManager": "yarn@3.1.1" }