Skip to content

Commit 24910f6

Browse files
authored
chore(UI): unused packages are removed (#419)
1 parent 03bf9af commit 24910f6

File tree

3 files changed

+149
-3694
lines changed

3 files changed

+149
-3694
lines changed

frontend/gulpfile.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

frontend/package.json

Lines changed: 10 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,9 @@
2323
"license": "ISC",
2424
"dependencies": {
2525
"@ant-design/icons": "^4.6.2",
26-
"@auth0/auth0-react": "^1.2.0",
27-
"@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
28-
"@svgr/webpack": "5.4.0",
2926
"@testing-library/jest-dom": "^5.11.4",
3027
"@testing-library/react": "^11.1.0",
3128
"@testing-library/user-event": "^12.1.10",
32-
"@types/d3": "^6.2.0",
33-
"@types/jest": "^26.0.15",
34-
"@types/react": "^17.0.0",
35-
"@types/react-dom": "^16.9.9",
36-
"@types/react-redux": "^7.1.11",
37-
"@types/react-router-dom": "^5.1.6",
38-
"@types/redux": "^3.6.0",
39-
"@types/styled-components": "^5.1.4",
40-
"@types/vis": "^4.21.21",
4129
"antd": "^4.16.13",
4230
"axios": "^0.21.0",
4331
"babel-eslint": "^10.1.0",
@@ -46,9 +34,6 @@
4634
"babel-plugin-named-asset-import": "^0.3.7",
4735
"babel-preset-minify": "^0.5.1",
4836
"babel-preset-react-app": "^10.0.0",
49-
"bfj": "^7.0.2",
50-
"camelcase": "^6.1.0",
51-
"case-sensitive-paths-webpack-plugin": "2.3.0",
5237
"chart.js": "^3.4.0",
5338
"chartjs-adapter-date-fns": "^2.0.0",
5439
"css-loader": "4.3.0",
@@ -57,65 +42,32 @@
5742
"d3-flame-graph": "^3.1.1",
5843
"d3-tip": "^0.9.1",
5944
"dotenv": "8.2.0",
60-
"dotenv-expand": "5.1.0",
61-
"eslint-config-react-app": "^6.0.0",
62-
"eslint-plugin-flowtype": "^5.2.0",
63-
"eslint-plugin-jest": "^24.1.0",
64-
"eslint-plugin-jsx-a11y": "^6.3.1",
65-
"eslint-plugin-react-hooks": "^4.2.0",
66-
"eslint-plugin-testing-library": "^3.9.2",
67-
"eslint-webpack-plugin": "^2.1.0",
6845
"file-loader": "6.1.1",
69-
"fs-extra": "^9.0.1",
7046
"history": "4.10.1",
7147
"html-webpack-plugin": "5.1.0",
72-
"identity-obj-proxy": "3.0.0",
7348
"jest": "26.6.0",
74-
"jest-circus": "26.6.0",
75-
"jest-resolve": "26.6.0",
76-
"jest-watch-typeahead": "0.6.1",
7749
"mini-css-extract-plugin": "^2.4.5",
7850
"monaco-editor": "^0.30.0",
79-
"pnp-webpack-plugin": "1.6.4",
80-
"postcss-loader": "3.0.0",
81-
"postcss-normalize": "8.0.1",
82-
"postcss-preset-env": "6.7.0",
83-
"postcss-safe-parser": "5.0.2",
84-
"prop-types": "^15.6.2",
8551
"react": "17.0.0",
86-
"react-app-polyfill": "^2.0.0",
87-
"react-chips": "^0.8.0",
88-
"react-css-theme-switcher": "^0.1.6",
89-
"react-dev-utils": "^11.0.0",
9052
"react-dom": "17.0.0",
9153
"react-force-graph": "^1.41.0",
9254
"react-graph-vis": "^1.0.5",
9355
"react-grid-layout": "^1.2.5",
94-
"react-modal": "^3.12.1",
9556
"react-redux": "^7.2.2",
96-
"react-refresh": "^0.8.3",
9757
"react-router-dom": "^5.2.0",
9858
"react-vis": "^1.11.7",
9959
"redux": "^4.0.5",
10060
"redux-thunk": "^2.3.0",
101-
"resolve": "1.18.1",
102-
"resolve-url-loader": "^3.1.2",
103-
"sass-loader": "8.0.2",
104-
"semver": "7.3.2",
10561
"style-loader": "1.3.0",
10662
"styled-components": "^5.2.1",
10763
"terser-webpack-plugin": "^5.2.5",
10864
"ts-node": "^10.2.1",
109-
"ts-pnp": "1.2.0",
11065
"tsconfig-paths-webpack-plugin": "^3.5.1",
11166
"typescript": "^4.0.5",
112-
"url-loader": "4.1.1",
11367
"uuid": "^8.3.2",
11468
"web-vitals": "^0.2.4",
11569
"webpack": "^5.23.0",
116-
"webpack-dev-server": "^4.3.1",
117-
"webpack-manifest-plugin": "2.2.0",
118-
"workbox-webpack-plugin": "5.1.4"
70+
"webpack-dev-server": "^4.3.1"
11971
},
12072
"browserslist": {
12173
"production": [
@@ -148,6 +100,15 @@
148100
"@types/webpack-dev-server": "^4.3.0",
149101
"@typescript-eslint/eslint-plugin": "^4.28.2",
150102
"@typescript-eslint/parser": "^4.28.2",
103+
"@types/d3": "^6.2.0",
104+
"@types/jest": "^26.0.15",
105+
"@types/react": "^17.0.0",
106+
"@types/react-dom": "^16.9.9",
107+
"@types/react-redux": "^7.1.11",
108+
"@types/react-router-dom": "^5.1.6",
109+
"@types/redux": "^3.6.0",
110+
"@types/styled-components": "^5.1.4",
111+
"@types/vis": "^4.21.21",
151112
"@welldone-software/why-did-you-render": "^6.2.1",
152113
"autoprefixer": "^9.0.0",
153114
"babel-plugin-styled-components": "^1.12.0",
@@ -164,18 +125,12 @@
164125
"eslint-plugin-promise": "^5.1.0",
165126
"eslint-plugin-react": "^7.24.0",
166127
"eslint-plugin-simple-import-sort": "^7.0.0",
167-
"gulp": "^4.0.2",
168-
"gulp-csso": "^4.0.1",
169-
"gulp-debug": "^4.0.0",
170-
"gulp-less": "^4.0.1",
171-
"gulp-postcss": "^9.0.0",
172128
"husky": "4.3.8",
173129
"less-plugin-npm-import": "^2.1.0",
174130
"lint-staged": "10.5.3",
175131
"lodash-es": "^4.17.21",
176132
"prettier": "2.2.1",
177133
"react-hot-loader": "^4.13.0",
178-
"react-is": "^17.0.1",
179134
"ts-node": "^10.2.1",
180135
"webpack-cli": "^4.5.0"
181136
}

0 commit comments

Comments
 (0)