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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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. "dependencies": {
  8. "@emotion/react": "11.10.0",
  9. "@emotion/styled": "11.10.0",
  10. "classnames": "2.3.1",
  11. "clipboard": "2.0.11",
  12. "core-js": "3.21.1",
  13. "d3-array": "2.4.0",
  14. "d3-hierarchy": "1.1.9",
  15. "d3-scale": "3.2.1",
  16. "d3-selection": "1.4.1",
  17. "d3-shape": "1.3.7",
  18. "d3-zoom": "1.8.3",
  19. "date-fns": "2.29.2",
  20. "diff": "5.1.0",
  21. "dompurify": "2.3.10",
  22. "formik": "1.2.0",
  23. "lodash": "4.17.21",
  24. "lunr": "2.3.9",
  25. "mdast-util-toc": "5.0.2",
  26. "prop-types": "15.8.1",
  27. "react": "16.13.0",
  28. "react-day-picker": "7.4.10",
  29. "react-dom": "16.13.0",
  30. "react-draggable": "4.4.5",
  31. "react-helmet-async": "1.3.0",
  32. "react-intl": "3.12.1",
  33. "react-modal": "3.15.1",
  34. "react-router-dom": "6.3.0",
  35. "react-select": "4.3.1",
  36. "react-virtualized": "9.22.3",
  37. "regenerator-runtime": "0.13.9",
  38. "rehype-raw": "4.0.2",
  39. "rehype-react": "5.0.0",
  40. "rehype-slug": "3.0.0",
  41. "remark": "11.0.2",
  42. "remark-custom-blocks": "2.5.1",
  43. "remark-react": "7",
  44. "remark-rehype": "6.0.0",
  45. "unist-util-visit": "2.0.2",
  46. "valid-url": "1.0.9"
  47. },
  48. "devDependencies": {
  49. "@emotion/jest": "11.10.0",
  50. "@swc/core": "1.2.163",
  51. "@swc/jest": "0.2.20",
  52. "@testing-library/dom": "8.13.0",
  53. "@testing-library/jest-dom": "5.16.3",
  54. "@testing-library/react": "12.1.4",
  55. "@testing-library/user-event": "14.0.4",
  56. "@types/classnames": "2.3.0",
  57. "@types/d3-array": "1.2.4",
  58. "@types/d3-hierarchy": "1.1.4",
  59. "@types/d3-scale": "2.0.2",
  60. "@types/d3-selection": "1.3.2",
  61. "@types/d3-shape": "1.2.4",
  62. "@types/d3-zoom": "1.7.3",
  63. "@types/diff": "5.0.2",
  64. "@types/dompurify": "2.3.3",
  65. "@types/enzyme": "3.10.5",
  66. "@types/jest": "27.4.1",
  67. "@types/lodash": "4.14.149",
  68. "@types/prop-types": "15.7.4",
  69. "@types/react": "16.14.28",
  70. "@types/react-dom": "16.9.16",
  71. "@types/react-helmet": "5.0.15",
  72. "@types/react-modal": "3.13.1",
  73. "@types/react-select": "4.0.16",
  74. "@types/react-virtualized": "9.21.20",
  75. "@types/valid-url": "1.0.3",
  76. "@typescript-eslint/eslint-plugin": "4.33.0",
  77. "@typescript-eslint/parser": "4.33.0",
  78. "autoprefixer": "10.4.4",
  79. "chalk": "4.1.2",
  80. "enzyme": "3.11.0",
  81. "enzyme-adapter-react-16": "1.15.6",
  82. "enzyme-to-json": "3.6.2",
  83. "esbuild": "0.14.31",
  84. "esbuild-plugin-alias": "0.2.1",
  85. "esbuild-plugin-postcss2": "0.1.1",
  86. "eslint": "7.17.0",
  87. "eslint-config-sonarqube": "1.0.1",
  88. "eslint-plugin-import": "2.25.4",
  89. "eslint-plugin-jest": "24.1.0",
  90. "eslint-plugin-jsx-a11y": "6.5.1",
  91. "eslint-plugin-promise": "4.2.1",
  92. "eslint-plugin-react": "7.29.4",
  93. "eslint-plugin-react-hooks": "4.4.0",
  94. "eslint-plugin-testing-library": "5.2.1",
  95. "fs-extra": "10.0.1",
  96. "glob": "7.2.0",
  97. "glob-promise": "4.2.2",
  98. "http-proxy": "1.18.1",
  99. "jest": "27.5.1",
  100. "jest-emotion": "10.0.32",
  101. "jest-junit": "13.0.0",
  102. "jsdom": "19.0.0",
  103. "path-browserify": "1.0.1",
  104. "postcss-calc": "7.0.2",
  105. "postcss-custom-properties": "9.1.1",
  106. "prettier": "1.19.1",
  107. "react-select-event": "5.5.1",
  108. "testing-library-selector": "0.2.1",
  109. "typescript": "4.6.3",
  110. "whatwg-fetch": "3.6.2"
  111. },
  112. "resolutions": {
  113. "@types/react": "16.14.28",
  114. "@types/react-dom": "16.9.16"
  115. },
  116. "scripts": {
  117. "start": "node scripts/start.js",
  118. "build": "node scripts/build.js",
  119. "build-release": "yarn install --immutable && node scripts/build.js release",
  120. "test": "jest",
  121. "format": "prettier --write --list-different \"src/main/js/**/*.{js,ts,tsx,css}\"",
  122. "format-check": "prettier --list-different \"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 -f json -o eslint-report/eslint-report.json src/main/js || yarn lint",
  126. "ts-check": "tsc --noEmit",
  127. "validate": "yarn lint && yarn ts-check && yarn format-check && yarn test",
  128. "validate-ci": "yarn install --immutable && yarn test --coverage --maxWorkers=4 --ci",
  129. "check-ci": "yarn install --immutable && yarn ts-check && yarn format-check",
  130. "update-cwes": "node scripts/update-cwes.js"
  131. },
  132. "engines": {
  133. "node": ">=8"
  134. },
  135. "browser": {
  136. "path": "path-browserify"
  137. },
  138. "browserslist": [
  139. "last 3 Chrome versions",
  140. "last 3 Firefox versions",
  141. "last 3 Safari versions",
  142. "last 3 Edge versions",
  143. "IE 11"
  144. ],
  145. "prettier": {
  146. "jsxBracketSameLine": true,
  147. "printWidth": 100,
  148. "singleQuote": true
  149. },
  150. "packageManager": "yarn@3.2.0"
  151. }