|
6 | 6 | "private": true, |
7 | 7 | "dependencies": { |
8 | 8 | "@reduxjs/toolkit": "^1.9.7", |
| 9 | + "clsx": "^2.1.1", |
| 10 | + "http-status-codes": "^2.3.0", |
9 | 11 | "kbar": "^0.1.0-beta.45", |
10 | 12 | "local-storage-fallback": "^4.1.2", |
11 | 13 | "lodash": "^4.17.21", |
|
36 | 38 | "test": "react-scripts test", |
37 | 39 | "eject": "react-scripts eject", |
38 | 40 | "playwright": "PORT=5005 USE_BABEL_PLUGIN_ISTANBUL=1 react-app-rewired start", |
39 | | - "find-deadcode": "ts-prune -s consoleApi.ts | sh -c '(! grep -v \"used in module\")'" |
| 41 | + "find-deadcode": "knip", |
| 42 | + "format": "prettier . --write --log-level warn" |
40 | 43 | }, |
41 | 44 | "eslintConfig": { |
42 | 45 | "extends": "react-app", |
|
60 | 63 | "devDependencies": { |
61 | 64 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
62 | 65 | "@playwright/test": "^1.45.2", |
| 66 | + "@types/jest": "^29.5.12", |
63 | 67 | "@types/lodash": "^4.17.7", |
64 | 68 | "@types/luxon": "^3.4.2", |
65 | 69 | "@types/node": "20.14.11", |
|
75 | 79 | "@types/webpack-env": "^1.18.5", |
76 | 80 | "babel-plugin-istanbul": "^6.1.1", |
77 | 81 | "customize-cra": "^1.0.0", |
| 82 | + "knip": "^5.27.2", |
78 | 83 | "minio": "^8.0.1", |
79 | 84 | "nyc": "^15.1.0", |
80 | 85 | "prettier": "3.3.3", |
81 | 86 | "react-app-rewire-hot-loader": "^2.0.1", |
82 | 87 | "react-app-rewired": "^2.2.1", |
83 | 88 | "react-scripts": "5.0.1", |
84 | 89 | "testcafe": "3.6.2", |
85 | | - "ts-prune": "^0.10.3", |
86 | 90 | "typescript": "^5.5.3" |
87 | 91 | }, |
88 | 92 | "resolutions": { |
|
0 commit comments