|
25 | 25 | "redux-thunk": "^2.3.0",
|
26 | 26 | "semantic-ui-react": "^2.0.0"
|
27 | 27 | },
|
28 |
| - "resolutions": { |
29 |
| - "jsroot/gl/node-gyp": "<9.4.0" |
30 |
| - }, |
31 | 28 | "scripts": {
|
32 | 29 | "analyze": "source-map-explorer 'build/static/js/*.js'",
|
33 | 30 | "start": "craco start",
|
|
55 | 52 | },
|
56 | 53 | "devDependencies": {
|
57 | 54 | "@babel/core": "^7.23.2",
|
58 |
| - "@babel/eslint-parser": "^7.16.5", |
| 55 | + "@babel/eslint-parser": "^7.26.5", |
59 | 56 | "@babel/plugin-proposal-private-property-in-object": "^7.16.7",
|
60 | 57 | "@craco/craco": "^7.1.0",
|
| 58 | + "@eslint/compat": "^1.2.6", |
| 59 | + "@eslint/eslintrc": "^3.2.0", |
| 60 | + "@eslint/js": "^9.19.0", |
61 | 61 | "@semantic-ui-react/craco-less": "^3.0.0",
|
62 | 62 | "@semantic-ui-react/css-patch": "^1.0.0",
|
63 | 63 | "@testing-library/jest-dom": "^6.1.4",
|
64 | 64 | "@testing-library/react": "^14.0.0",
|
| 65 | + "@typescript-eslint/eslint-plugin": "^8.23.0", |
| 66 | + "@typescript-eslint/parser": "^8.23.0", |
65 | 67 | "craco-alias": "^3.0.1",
|
| 68 | + "eslint": "^9.19.0", |
66 | 69 | "eslint-config-prettier": "^9.0.0",
|
67 | 70 | "eslint-config-react-app": "^7.0.1",
|
68 |
| - "eslint-plugin-prettier": "^5.0.1", |
| 71 | + "eslint-plugin-import": "^2.31.0", |
| 72 | + "eslint-plugin-prettier": "^5.2.3", |
69 | 73 | "eslint-plugin-react": "^7.23.2",
|
70 | 74 | "npm-run-all": "^4.1.5",
|
71 | 75 | "prettier": "^3.0.3",
|
72 | 76 | "semantic-ui-less": "^2.4.1",
|
73 |
| - "source-map-explorer": "^2.5.0" |
| 77 | + "source-map-explorer": "^2.5.0", |
| 78 | + "typescript": "^5.7.3" |
74 | 79 | },
|
75 | 80 | "jest": {
|
76 | 81 | "transformIgnorePatterns": [
|
77 | 82 | "node_modules/(?!axios)/"
|
78 | 83 | ]
|
79 |
| - } |
| 84 | + }, |
| 85 | + "packageManager": "[email protected]" |
80 | 86 | }
|
0 commit comments