|
23 | 23 | "license": "ISC", |
24 | 24 | "dependencies": { |
25 | 25 | "@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", |
29 | 26 | "@testing-library/jest-dom": "^5.11.4", |
30 | 27 | "@testing-library/react": "^11.1.0", |
31 | 28 | "@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", |
41 | 29 | "antd": "^4.16.13", |
42 | 30 | "axios": "^0.21.0", |
43 | 31 | "babel-eslint": "^10.1.0", |
|
46 | 34 | "babel-plugin-named-asset-import": "^0.3.7", |
47 | 35 | "babel-preset-minify": "^0.5.1", |
48 | 36 | "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", |
52 | 37 | "chart.js": "^3.4.0", |
53 | 38 | "chartjs-adapter-date-fns": "^2.0.0", |
54 | 39 | "css-loader": "4.3.0", |
|
57 | 42 | "d3-flame-graph": "^3.1.1", |
58 | 43 | "d3-tip": "^0.9.1", |
59 | 44 | "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", |
68 | 45 | "file-loader": "6.1.1", |
69 | | - "fs-extra": "^9.0.1", |
70 | 46 | "history": "4.10.1", |
71 | 47 | "html-webpack-plugin": "5.1.0", |
72 | | - "identity-obj-proxy": "3.0.0", |
73 | 48 | "jest": "26.6.0", |
74 | | - "jest-circus": "26.6.0", |
75 | | - "jest-resolve": "26.6.0", |
76 | | - "jest-watch-typeahead": "0.6.1", |
77 | 49 | "mini-css-extract-plugin": "^2.4.5", |
78 | 50 | "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", |
85 | 51 | "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", |
90 | 52 | "react-dom": "17.0.0", |
91 | 53 | "react-force-graph": "^1.41.0", |
92 | 54 | "react-graph-vis": "^1.0.5", |
93 | 55 | "react-grid-layout": "^1.2.5", |
94 | | - "react-modal": "^3.12.1", |
95 | 56 | "react-redux": "^7.2.2", |
96 | | - "react-refresh": "^0.8.3", |
97 | 57 | "react-router-dom": "^5.2.0", |
98 | 58 | "react-vis": "^1.11.7", |
99 | 59 | "redux": "^4.0.5", |
100 | 60 | "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", |
105 | 61 | "style-loader": "1.3.0", |
106 | 62 | "styled-components": "^5.2.1", |
107 | 63 | "terser-webpack-plugin": "^5.2.5", |
108 | 64 | "ts-node": "^10.2.1", |
109 | | - "ts-pnp": "1.2.0", |
110 | 65 | "tsconfig-paths-webpack-plugin": "^3.5.1", |
111 | 66 | "typescript": "^4.0.5", |
112 | | - "url-loader": "4.1.1", |
113 | 67 | "uuid": "^8.3.2", |
114 | 68 | "web-vitals": "^0.2.4", |
115 | 69 | "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" |
119 | 71 | }, |
120 | 72 | "browserslist": { |
121 | 73 | "production": [ |
|
148 | 100 | "@types/webpack-dev-server": "^4.3.0", |
149 | 101 | "@typescript-eslint/eslint-plugin": "^4.28.2", |
150 | 102 | "@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", |
151 | 112 | "@welldone-software/why-did-you-render": "^6.2.1", |
152 | 113 | "autoprefixer": "^9.0.0", |
153 | 114 | "babel-plugin-styled-components": "^1.12.0", |
|
164 | 125 | "eslint-plugin-promise": "^5.1.0", |
165 | 126 | "eslint-plugin-react": "^7.24.0", |
166 | 127 | "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", |
172 | 128 | "husky": "4.3.8", |
173 | 129 | "less-plugin-npm-import": "^2.1.0", |
174 | 130 | "lint-staged": "10.5.3", |
175 | 131 | "lodash-es": "^4.17.21", |
176 | 132 | "prettier": "2.2.1", |
177 | 133 | "react-hot-loader": "^4.13.0", |
178 | | - "react-is": "^17.0.1", |
179 | 134 | "ts-node": "^10.2.1", |
180 | 135 | "webpack-cli": "^4.5.0" |
181 | 136 | } |
|
0 commit comments