|
36 | 36 | "last 1 safari version" |
37 | 37 | ] |
38 | 38 | }, |
| 39 | + "dependencies": { |
| 40 | + "antd": "^4.22.8", |
| 41 | + "classnames": "^2.2.6", |
| 42 | + "dcmjs": "^0.35.0", |
| 43 | + "detect-browser": "^5.2.1", |
| 44 | + "dicom-microscopy-viewer": "^0.48.20", |
| 45 | + "dicomweb-client": "0.10.3", |
| 46 | + "oidc-client": "^1.11.5", |
| 47 | + "react": "^18.2.0", |
| 48 | + "react-dom": "^18.2.0", |
| 49 | + "react-error-boundary": "^3.1.4", |
| 50 | + "react-icons": "^3.11.0", |
| 51 | + "react-router-dom": "^6.3.0", |
| 52 | + "retry": "^0.13.1" |
| 53 | + }, |
39 | 54 | "devDependencies": { |
40 | 55 | "ajv": "6.12.6", |
41 | 56 | "@biomejs/biome": "^2.0.0", |
|
60 | 75 | "@types/react-router-dom": "^5.3.3", |
61 | 76 | "@types/retry": "^0.12.1", |
62 | 77 | "@types/uuid": "^8.3.0", |
63 | | - "antd": "^4.22.8", |
64 | | - "classnames": "^2.2.6", |
65 | 78 | "copy-webpack-plugin": "9.1.0", |
66 | 79 | "craco-less": "^2.0.0", |
67 | | - "dcmjs": "^0.35.0", |
68 | | - "detect-browser": "^5.2.1", |
69 | | - "dicom-microscopy-viewer": "^0.48.18", |
70 | | - "dicomweb-client": "0.10.3", |
71 | 80 | "eslint": "^8.57.0", |
72 | 81 | "eslint-plugin-sonarjs": "^0.25.0", |
73 | 82 | "gh-pages": "^5.0.0", |
74 | | - "oidc-client": "^1.11.5", |
75 | | - "react": "^18.2.0", |
76 | | - "react-dom": "^18.2.0", |
77 | | - "react-icons": "^3.11.0", |
78 | | - "react-router-dom": "^6.3.0", |
| 83 | + "husky": "^9.1.7", |
79 | 84 | "react-scripts": "5.0.0", |
80 | 85 | "react-test-renderer": "^18.2.0", |
81 | | - "retry": "^0.13.1", |
82 | 86 | "semantic-release": "21.1.2", |
83 | 87 | "sonarqube-scanner": "^4.3.0", |
84 | | - "typescript": "^4.7.4", |
85 | | - "husky": "^9.1.7" |
86 | | - }, |
87 | | - "dependencies": { |
88 | | - "react-error-boundary": "^3.1.4" |
| 88 | + "typescript": "^4.7.4" |
89 | 89 | }, |
90 | 90 | "overrides": { |
91 | 91 | "nth-check": "2.0.1", |
|
0 commit comments