{ "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.0", "@emotion/styled": "11.6.0", "classnames": "2.2.6", "clipboard": "2.0.6", "core-js": "3.6.4", "create-react-class": "15.6.3", "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.2.7", "formik": "1.2.0", "history": "3.3.0", "keymaster": "1.6.2", "lodash": "4.17.21", "lunr": "2.3.8", "mdast-util-toc": "5.0.2", "prop-types": "15.7.2", "react": "16.13.0", "react-countup": "4.3.3", "react-day-picker": "7.3.0", "react-dom": "16.13.0", "react-draggable": "4.2.0", "react-helmet-async": "1.0.4", "react-intl": "3.12.1", "react-modal": "3.14.3", "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.21.2", "redux": "4.0.5", "redux-thunk": "2.3.0", "regenerator-runtime": "0.13.5", "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.0.0" }, "devDependencies": { "@babel/core": "7.8.7", "@babel/plugin-proposal-object-rest-spread": "7.8.3", "@babel/plugin-transform-modules-commonjs": "7.8.3", "@babel/plugin-transform-react-constant-elements": "7.8.3", "@babel/plugin-transform-react-jsx-self": "7.8.3", "@babel/plugin-transform-react-jsx-source": "7.8.3", "@babel/preset-env": "7.9.0", "@babel/preset-react": "7.8.3", "@emotion/jest": "11.6.0", "@types/classnames": "2.2.10", "@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.2.1", "@types/enzyme": "3.10.5", "@types/jest": "25.1.4", "@types/keymaster": "1.6.28", "@types/lodash": "4.14.149", "@types/prop-types": "15.7.3", "@types/react": "16.8.23", "@types/react-dom": "16.8.4", "@types/react-helmet": "5.0.15", "@types/react-modal": "3.12.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.0", "@types/sanitize-html": "1.22.0", "@types/valid-url": "1.0.2", "@typescript-eslint/eslint-plugin": "4.13.0", "@typescript-eslint/parser": "4.13.0", "autoprefixer": "9.7.4", "babel-core": "7.0.0-bridge.0", "babel-jest": "25.1.0", "babel-plugin-dynamic-import-node": "2.3.0", "babel-plugin-lodash": "3.3.4", "chalk": "3.0.0", "cssnano": "4.1.10", "enzyme": "3.11.0", "enzyme-adapter-react-16": "1.15.2", "enzyme-to-json": "3.4.4", "esbuild": "0.12.28", "esbuild-plugin-glob": "1.0.1", "esbuild-plugin-postcss2": "0.1.0", "escape-string-regexp": "2.0.0", "eslint": "7.17.0", "eslint-config-sonarqube": "1.0.0", "eslint-plugin-import": "2.22.1", "eslint-plugin-jest": "24.1.0", "eslint-plugin-jsx-a11y": "6.4.0", "eslint-plugin-promise": "4.2.1", "eslint-plugin-react": "7.22.0", "eslint-plugin-react-hooks": "4.2.0", "fs-extra": "10.0.0", "glob": "7.1.6", "glob-promise": "3.4.0", "http-proxy": "1.18.1", "jest": "25.4.0", "jest-emotion": "10.0.32", "jest-junit": "12.0.0", "lint-staged": "7.3.0", "path-browserify": "1.0.1", "postcss-calc": "7.0.2", "postcss-custom-properties": "9.1.1", "prettier": "1.19.1", "react-test-renderer": "16.13.0", "remark": "11.0.2", "remark-react": "7", "ts-jest": "25.5.1", "typescript": "4.1.3" }, "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 --ci", "check-ci": "yarn install --immutable && yarn ts-check && yarn format-check", "precommit": "yarn ts-check && lint-staged", "audit-ci": "yarn npm audit --environment production --severity high" }, "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 }, "lint-staged": { "linters": { "*.{css,json}": [ "prettier --write", "git add" ], "*.{js,ts,tsx}": [ "eslint", "jest --bail --passWithNoTests --findRelatedTests", "prettier --write", "git add" ] } }, "packageManager": "yarn@3.1.1" }