You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 4.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "name": "SonarQube",
  3. "version": "0.0.1",
  4. "description": "Put your technical debt under control",
  5. "repository": "SonarSource/sonarqube",
  6. "license": "LGPL-3.0",
  7. "workspaces": [
  8. "design-system"
  9. ],
  10. "dependencies": {
  11. "@emotion/react": "11.11.1",
  12. "@emotion/styled": "11.11.0",
  13. "@primer/octicons-react": "19.8.0",
  14. "@react-spring/rafz": "9.7.3",
  15. "@react-spring/web": "9.7.3",
  16. "@tanstack/react-query": "4.33.0",
  17. "axios": "1.6.4",
  18. "classnames": "2.3.2",
  19. "clipboard": "2.0.11",
  20. "core-js": "3.33.2",
  21. "d3-array": "3.2.4",
  22. "d3-hierarchy": "3.1.2",
  23. "d3-scale": "4.0.2",
  24. "d3-selection": "3.0.0",
  25. "d3-shape": "3.2.0",
  26. "d3-zoom": "3.0.0",
  27. "date-fns": "2.30.0",
  28. "diff": "5.1.0",
  29. "dompurify": "3.0.6",
  30. "formik": "2.4.5",
  31. "lodash": "4.17.21",
  32. "lunr": "2.3.9",
  33. "react": "18.2.0",
  34. "react-day-picker": "8.9.1",
  35. "react-dom": "18.2.0",
  36. "react-draggable": "4.4.6",
  37. "react-helmet-async": "1.3.0",
  38. "react-highlight-words": "0.20.0",
  39. "react-intl": "6.5.1",
  40. "react-joyride": "2.5.5",
  41. "react-modal": "3.16.1",
  42. "react-router-dom": "6.11.2",
  43. "react-select": "5.7.7",
  44. "react-virtualized": "9.22.5",
  45. "regenerator-runtime": "0.14.0",
  46. "shared-store-hook": "0.0.4",
  47. "valid-url": "1.0.9"
  48. },
  49. "devDependencies": {
  50. "@emotion/jest": "11.11.0",
  51. "@swc/core": "1.3.95",
  52. "@swc/jest": "0.2.29",
  53. "@testing-library/jest-dom": "6.1.4",
  54. "@testing-library/react": "14.1.0",
  55. "@testing-library/user-event": "14.5.1",
  56. "@types/cheerio": "0.22.33",
  57. "@types/classnames": "2.3.1",
  58. "@types/d3-array": "3.2.0",
  59. "@types/d3-hierarchy": "3.1.5",
  60. "@types/d3-scale": "4.0.6",
  61. "@types/d3-selection": "3.0.5",
  62. "@types/d3-shape": "3.1.4",
  63. "@types/diff": "5.0.7",
  64. "@types/dompurify": "3.0.4",
  65. "@types/jest": "29.5.8",
  66. "@types/jest-axe": "3.5.8",
  67. "@types/lodash": "4.14.200",
  68. "@types/node": "18.17.14",
  69. "@types/react": "18.2.37",
  70. "@types/react-dom": "18.2.15",
  71. "@types/react-helmet": "6.1.8",
  72. "@types/react-highlight-words": "0.16.6",
  73. "@types/react-modal": "3.16.2",
  74. "@types/react-virtualized": "9.21.26",
  75. "@types/valid-url": "1.0.6",
  76. "@typescript-eslint/eslint-plugin": "5.59.11",
  77. "@typescript-eslint/parser": "5.59.11",
  78. "autoprefixer": "10.4.16",
  79. "chalk": "4.1.2",
  80. "chokidar": "3.5.3",
  81. "design-system": "1.0.0",
  82. "esbuild": "0.19.5",
  83. "eslint": "8.52.0",
  84. "eslint-config-sonarqube": "2.1.3",
  85. "eslint-plugin-import": "2.28.1",
  86. "eslint-plugin-jest": "27.6.0",
  87. "eslint-plugin-jest-dom": "5.1.0",
  88. "eslint-plugin-jsx-a11y": "6.7.1",
  89. "eslint-plugin-local-rules": "2.0.0",
  90. "eslint-plugin-promise": "6.1.1",
  91. "eslint-plugin-react": "7.33.2",
  92. "eslint-plugin-react-hooks": "4.6.0",
  93. "eslint-plugin-testing-library": "6.2.0",
  94. "fs-extra": "11.1.1",
  95. "http-proxy": "1.18.1",
  96. "jest": "29.7.0",
  97. "jest-axe": "8.0.0",
  98. "jest-environment-jsdom": "29.7.0",
  99. "jest-junit": "16.0.0",
  100. "jest-slow-test-reporter": "1.0.0",
  101. "jsdom": "22.1.0",
  102. "openapi-types": "12.1.3",
  103. "path-browserify": "1.0.1",
  104. "postcss": "8.4.31",
  105. "postcss-calc": "9.0.1",
  106. "postcss-custom-properties": "12.1.11",
  107. "prettier": "3.0.3",
  108. "react-select-event": "5.5.1",
  109. "tailwindcss": "3.3.5",
  110. "turbo": "1.10.16",
  111. "typescript": "5.2.2",
  112. "whatwg-fetch": "3.6.19"
  113. },
  114. "scripts": {
  115. "start": "node scripts/start.js",
  116. "start:force": "node scripts/start.js --force-build-design-system",
  117. "build": "node scripts/build.js",
  118. "build-release": "yarn install --immutable && node scripts/build.js release",
  119. "test": "jest",
  120. "test-eslint-local-rules": "jest -c eslint-local-rules/jest.config.js",
  121. "format": "prettier --write --list-different \"src/main/js/**/*.{js,ts,tsx,css}\"",
  122. "format-check": "prettier --check \"src/main/js/**/*.{js,ts,tsx,css}\"",
  123. "lint": "eslint --ext js,ts,tsx --quiet src/main/js",
  124. "lint-report": "eslint --ext js,ts,tsx -f json -o eslint-report/eslint-report.json src/main/js",
  125. "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",
  126. "ts-check": "tsc --noEmit",
  127. "validate": "yarn dep-check && yarn lint && yarn ts-check && yarn format-check && yarn test",
  128. "validate-ci": "yarn install --immutable && yarn dep-check && yarn test --coverage --maxWorkers=5 --workerIdleMemoryLimit=2G --ci",
  129. "check-ci": "yarn install --immutable && yarn ts-check && yarn format-check && yarn test-eslint-local-rules",
  130. "update-cwes": "node scripts/update-cwes.js",
  131. "dep-check": "node scripts/validate-package-json.js"
  132. },
  133. "engines": {
  134. "node": ">=14"
  135. },
  136. "browser": {
  137. "path": "path-browserify"
  138. },
  139. "packageManager": "yarn@3.6.3"
  140. }