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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
|
{
"name": "SonarQube",
"version": "0.0.1",
"description": "Put your technical debt under control",
"repository": "SonarSource/sonarqube",
"license": "LGPL-3.0",
"dependencies": {
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"classnames": "2.3.1",
"clipboard": "2.0.11",
"core-js": "3.21.1",
"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": "2.29.2",
"diff": "5.1.0",
"dompurify": "2.3.10",
"formik": "1.2.0",
"lodash": "4.17.21",
"lunr": "2.3.9",
"mdast-util-toc": "5.0.2",
"prop-types": "15.8.1",
"react": "16.13.0",
"react-day-picker": "7.4.10",
"react-dom": "16.13.0",
"react-draggable": "4.4.5",
"react-helmet-async": "1.3.0",
"react-intl": "3.12.1",
"react-modal": "3.15.1",
"react-router-dom": "6.3.0",
"react-select": "4.3.1",
"react-virtualized": "9.22.3",
"regenerator-runtime": "0.13.9",
"rehype-raw": "4.0.2",
"rehype-react": "5.0.0",
"rehype-slug": "3.0.0",
"remark": "11.0.2",
"remark-custom-blocks": "2.5.1",
"remark-react": "7.0.1",
"remark-rehype": "6.0.0",
"unist-util-visit": "2.0.2",
"valid-url": "1.0.9"
},
"devDependencies": {
"@emotion/jest": "11.10.0",
"@swc/core": "1.2.163",
"@swc/jest": "0.2.20",
"@testing-library/dom": "8.13.0",
"@testing-library/jest-dom": "5.16.3",
"@testing-library/react": "12.1.4",
"@testing-library/user-event": "14.0.4",
"@types/classnames": "2.3.0",
"@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/diff": "5.0.2",
"@types/dompurify": "2.3.3",
"@types/enzyme": "3.10.5",
"@types/jest": "27.4.1",
"@types/lodash": "4.14.149",
"@types/prop-types": "15.7.4",
"@types/react": "16.14.28",
"@types/react-dom": "16.9.16",
"@types/react-helmet": "5.0.15",
"@types/react-modal": "3.13.1",
"@types/react-select": "4.0.16",
"@types/react-virtualized": "9.21.20",
"@types/valid-url": "1.0.3",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"autoprefixer": "10.4.4",
"chalk": "4.1.2",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"enzyme-to-json": "3.6.2",
"esbuild": "0.14.31",
"esbuild-plugin-alias": "0.2.1",
"esbuild-plugin-postcss2": "0.1.1",
"eslint": "7.17.0",
"eslint-config-sonarqube": "1.0.1",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "24.1.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.4.0",
"eslint-plugin-testing-library": "5.2.1",
"fs-extra": "10.0.1",
"glob": "7.2.0",
"glob-promise": "4.2.2",
"http-proxy": "1.18.1",
"jest": "27.5.1",
"jest-emotion": "10.0.32",
"jest-junit": "13.0.0",
"jsdom": "19.0.0",
"path-browserify": "1.0.1",
"postcss-calc": "7.0.2",
"postcss-custom-properties": "9.1.1",
"prettier": "1.19.1",
"react-select-event": "5.5.1",
"testing-library-selector": "0.2.1",
"typescript": "4.8.4",
"whatwg-fetch": "3.6.2"
},
"resolutions": {
"@types/react": "16.14.28",
"@types/react-dom": "16.9.16"
},
"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"
},
"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
},
"packageManager": "yarn@3.2.4"
}
|