{ "name": "SonarQube", "version": "0.0.1", "description": "Put your technical debt under control", "repository": "SonarSource/sonarqube", "license": "LGPL-3.0", "workspaces": [ "design-system" ], "dependencies": { "@emotion/react": "11.11.3", "@emotion/styled": "11.11.0", "@primer/octicons-react": "19.8.0", "@react-spring/rafz": "9.7.3", "@react-spring/web": "9.7.3", "@sonarsource/echoes-react": "0.1.3", "@tanstack/react-query": "5.18.1", "axios": "1.6.7", "classnames": "2.5.1", "clipboard": "2.0.11", "core-js": "3.35.1", "d3-array": "3.2.4", "d3-hierarchy": "3.1.2", "d3-scale": "4.0.2", "d3-selection": "3.0.0", "d3-shape": "3.2.0", "d3-zoom": "3.0.0", "date-fns": "3.3.1", "diff": "5.1.0", "dompurify": "3.0.8", "formik": "2.4.5", "lodash": "4.17.21", "lunr": "2.3.9", "react": "18.2.0", "react-day-picker": "8.10.0", "react-dom": "18.2.0", "react-draggable": "4.4.6", "react-helmet-async": "2.0.4", "react-highlight-words": "0.20.0", "react-intl": "6.6.2", "react-joyride": "2.7.2", "react-modal": "3.16.1", "react-router-dom": "6.22.0", "react-select": "5.7.7", "react-virtualized": "9.22.5", "regenerator-runtime": "0.14.1", "shared-store-hook": "0.0.4", "valid-url": "1.0.9" }, "devDependencies": { "@emotion/jest": "11.11.0", "@swc/core": "1.4.0", "@swc/jest": "0.2.36", "@testing-library/dom": "9.3.4", "@testing-library/jest-dom": "6.4.2", "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", "@types/cheerio": "0.22.35", "@types/classnames": "2.3.1", "@types/d3-array": "3.2.1", "@types/d3-hierarchy": "3.1.6", "@types/d3-scale": "4.0.8", "@types/d3-selection": "3.0.10", "@types/d3-shape": "3.1.6", "@types/diff": "5.0.9", "@types/dompurify": "3.0.5", "@types/jest": "29.5.8", "@types/jest-axe": "3.5.8", "@types/lodash": "4.14.202", "@types/node": "20.11.16", "@types/react": "18.2.55", "@types/react-dom": "18.2.19", "@types/react-helmet": "6.1.11", "@types/react-highlight-words": "0.16.7", "@types/react-modal": "3.16.3", "@types/react-virtualized": "9.21.29", "@types/valid-url": "1.0.7", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", "@typescript-eslint/rule-tester": "6.21.0", "autoprefixer": "10.4.17", "chalk": "4.1.2", "chokidar": "3.6.0", "dd-trace": "4.25.0", "design-system": "1.0.0", "esbuild": "0.20.0", "eslint": "8.56.0", "eslint-config-sonarqube": "2.1.3", "eslint-plugin-import": "2.29.1", "eslint-plugin-jest": "27.6.3", "eslint-plugin-jest-dom": "5.1.0", "eslint-plugin-jsx-a11y": "6.8.0", "eslint-plugin-local-rules": "2.0.1", "eslint-plugin-promise": "6.1.1", "eslint-plugin-react": "7.33.2", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-testing-library": "6.2.0", "fs-extra": "11.2.0", "http-proxy": "1.18.1", "jest": "29.7.0", "jest-axe": "8.0.0", "jest-environment-jsdom": "29.7.0", "jest-fail-on-console": "3.1.2", "jest-junit": "16.0.0", "jest-slow-test-reporter": "1.0.0", "jsdom": "24.0.0", "openapi-types": "12.1.3", "path-browserify": "1.0.1", "postcss": "8.4.35", "postcss-calc": "9.0.1", "postcss-custom-properties": "12.1.11", "prettier": "3.2.5", "react-select-event": "5.5.1", "tailwindcss": "3.3.5", "turbo": "1.11.3", "typescript": "5.3.3", "whatwg-fetch": "3.6.20" }, "scripts": { "start": "node scripts/start.js", "start:force": "node scripts/start.js --force-build-design-system", "build": "node scripts/build.js", "build-release": "yarn install --immutable && node scripts/build.js release", "test": "NODE_OPTIONS=--max-old-space-size=1024 jest", "test-ci": "NODE_OPTIONS=\"-r dd-trace/ci/init\" jest --coverage --maxWorkers=5 --workerIdleMemoryLimit=2G --ci", "test-eslint-local-rules": "jest -c eslint-local-rules/jest.config.js", "format": "prettier --write --list-different \"src/main/js/**/*.{js,ts,tsx,css}\"", "format-check": "prettier --check \"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 --config .eslintrc-ci -f json -o eslint-report/eslint-report.json src/main/js || yarn lint", "ts-check": "tsc --noEmit", "validate": "yarn dep-check && yarn lint && yarn ts-check && yarn format-check && yarn test", "validate-ci": "yarn install --immutable && yarn dep-check && yarn test-ci", "check-ci": "yarn install --immutable && yarn ts-check && yarn format-check && yarn test-eslint-local-rules", "update-cwes": "node scripts/update-cwes.js", "dep-check": "node scripts/validate-package-json.js" }, "engines": { "node": ">=14" }, "browser": { "path": "path-browserify" }, "packageManager": "yarn@4.1.0" }