aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/package.json
blob: ee69f7c958d9e5fd964e97a55583fced59e00bdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
  "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.10.5",
    "@emotion/styled": "11.10.5",
    "@primer/octicons-react": "17.11.1",
    "classnames": "2.3.2",
    "clipboard": "2.0.11",
    "core-js": "3.27.2",
    "d3-array": "3.2.2",
    "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": "2.29.3",
    "diff": "5.1.0",
    "dompurify": "2.4.3",
    "formik": "2.2.9",
    "lodash": "4.17.21",
    "lunr": "2.3.9",
    "react": "16.14.0",
    "react-day-picker": "8.6.0",
    "react-dom": "16.14.0",
    "react-draggable": "4.4.5",
    "react-helmet-async": "1.3.0",
    "react-intl": "6.2.5",
    "react-modal": "3.16.1",
    "react-router-dom": "6.7.0",
    "react-select": "5.7.0",
    "react-virtualized": "9.22.3",
    "regenerator-runtime": "0.13.11",
    "valid-url": "1.0.9"
  },
  "devDependencies": {
    "@emotion/jest": "11.10.5",
    "@swc/core": "1.3.28",
    "@swc/jest": "0.2.24",
    "@testing-library/dom": "8.20.0",
    "@testing-library/jest-dom": "5.16.5",
    "@testing-library/react": "12.1.5",
    "@testing-library/user-event": "14.4.3",
    "@types/cheerio": "0.22.31",
    "@types/classnames": "2.3.1",
    "@types/d3-array": "3.0.4",
    "@types/d3-hierarchy": "3.1.1",
    "@types/d3-scale": "4.0.3",
    "@types/d3-selection": "3.0.4",
    "@types/d3-shape": "3.1.1",
    "@types/d3-zoom": "3.0.2",
    "@types/diff": "5.0.2",
    "@types/dompurify": "2.4.0",
    "@types/enzyme": "3.10.12",
    "@types/jest": "29.2.6",
    "@types/lodash": "4.14.191",
    "@types/node": "18.11.18",
    "@types/react": "16.14.34",
    "@types/react-dom": "16.9.17",
    "@types/react-helmet": "6.1.6",
    "@types/react-modal": "3.13.1",
    "@types/react-virtualized": "9.21.21",
    "@types/valid-url": "1.0.3",
    "@typescript-eslint/eslint-plugin": "5.49.0",
    "@typescript-eslint/parser": "5.49.0",
    "autoprefixer": "10.4.13",
    "chalk": "4.1.2",
    "chokidar": "3.5.3",
    "design-system": "1.0.0",
    "enzyme": "3.11.0",
    "enzyme-adapter-react-16": "1.15.7",
    "enzyme-to-json": "3.6.2",
    "esbuild": "0.17.4",
    "eslint": "8.32.0",
    "eslint-config-sonarqube": "2.1.1",
    "eslint-plugin-import": "2.27.5",
    "eslint-plugin-jest": "27.2.1",
    "eslint-plugin-jest-dom": "4.0.3",
    "eslint-plugin-jsx-a11y": "6.7.1",
    "eslint-plugin-promise": "6.1.1",
    "eslint-plugin-react": "7.32.1",
    "eslint-plugin-react-hooks": "4.6.0",
    "eslint-plugin-testing-library": "5.9.1",
    "fs-extra": "11.1.0",
    "http-proxy": "1.18.1",
    "jest": "29.3.1",
    "jest-environment-jsdom": "29.3.1",
    "jest-junit": "15.0.0",
    "jsdom": "21.1.0",
    "path-browserify": "1.0.1",
    "postcss": "8.4.21",
    "postcss-calc": "8.2.4",
    "postcss-custom-properties": "12.1.11",
    "prettier": "2.8.3",
    "react-select-event": "5.5.1",
    "tailwindcss": "2.2.19",
    "testing-library-selector": "0.2.1",
    "turbo": "1.7.4",
    "typescript": "4.9.4",
    "whatwg-fetch": "3.6.2"
  },
  "resolutions": {
    "@types/react": "16.14.34",
    "@types/react-dom": "16.9.17"
  },
  "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  || 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 --coverage --maxWorkers=4 --ci",
    "check-ci": "yarn install --immutable && yarn ts-check && yarn format-check",
    "update-cwes": "node scripts/update-cwes.js",
    "dep-check": "node scripts/validate-package-json.js"
  },
  "engines": {
    "node": ">=8"
  },
  "browser": {
    "path": "path-browserify"
  },
  "packageManager": "yarn@3.3.1"
}