|
3 | 3 | "version": "0.1.0",
|
4 | 4 | "private": true,
|
5 | 5 | "dependencies": {
|
6 |
| - "@testing-library/jest-dom": "^5.11.4", |
7 |
| - "@testing-library/react": "^11.1.0", |
8 |
| - "@testing-library/user-event": "^12.1.10", |
9 |
| - "@types/classnames": "2.2.9", |
10 |
| - "@types/jest": "^26.0.15", |
11 |
| - "@types/node": "^12.0.0", |
12 |
| - "@types/react": "^16.9.3", |
13 |
| - "@types/react-dom": "^16.9.3", |
14 |
| - "@types/react-helmet": "^6.1.0", |
15 |
| - "@types/react-router-dom": "^5.1.7", |
16 | 6 | "argo-ui": "git+https://github.com/argoproj/argo-ui.git",
|
17 | 7 | "classnames": "2.2.6",
|
18 | 8 | "moment": "^2.29.1",
|
|
24 | 14 | "react-hot-loader": "^3.1.3",
|
25 | 15 | "react-keyhooks": "^0.2.3",
|
26 | 16 | "react-router-dom": "5.2.0",
|
27 |
| - "react-scripts": "4.0.3", |
28 | 17 | "rxjs": "^6.6.6",
|
29 | 18 | "typescript": "4.3.5",
|
30 |
| - "web-vitals": "^1.0.1", |
31 |
| - "webpack-dev-server": "^3.11.2" |
| 19 | + "web-vitals": "^1.0.1" |
32 | 20 | },
|
33 | 21 | "scripts": {
|
34 | 22 | "start": "webpack serve --config ./src/app/webpack.dev.js",
|
|
56 | 44 | ]
|
57 | 45 | },
|
58 | 46 | "devDependencies": {
|
| 47 | + "@testing-library/jest-dom": "^5.11.4", |
| 48 | + "@testing-library/react": "^11.1.0", |
| 49 | + "@testing-library/user-event": "^12.1.10", |
| 50 | + "@types/classnames": "2.2.9", |
| 51 | + "@types/jest": "^26.0.15", |
| 52 | + "@types/node": "^12.0.0", |
| 53 | + "@types/react": "^16.9.3", |
| 54 | + "@types/react-dom": "^16.9.3", |
| 55 | + "@types/react-helmet": "^6.1.0", |
| 56 | + "@types/react-router-dom": "^5.1.7", |
59 | 57 | "copy-webpack-plugin": "^6.3.2",
|
60 | 58 | "mini-css-extract-plugin": "^1.3.9",
|
61 | 59 | "raw-loader": "^4.0.2",
|
| 60 | + "react-scripts": "4.0.3", |
62 | 61 | "sass": "^1.32.8",
|
63 | 62 | "ts-loader": "^8.0.17",
|
64 | 63 | "webpack-bundle-analyzer": "^4.4.0",
|
65 | 64 | "webpack-cli": "^4.5.0",
|
| 65 | + "webpack-dev-server": "^3.11.2", |
66 | 66 | "webpack-merge": "^5.7.3"
|
67 | 67 | },
|
68 | 68 | "resolutions": {
|
|
0 commit comments