|
82 | 82 | "stylelint": "stylelint src/**/*.scss", |
83 | 83 | "test": "node scripts/test.js", |
84 | 84 | "watch-css": "sass --load-path=./ -q --watch src:src", |
85 | | - "heroku-postbuild": "export PUBLIC_URL='' && yarn build", |
86 | | - "knip": "knip" |
| 85 | + "heroku-postbuild": "export PUBLIC_URL='' && yarn build" |
87 | 86 | }, |
88 | 87 | "browserslist": { |
89 | 88 | "production": [ |
|
104 | 103 | "@testing-library/jest-dom": "^5.16.5", |
105 | 104 | "@testing-library/react": "14.3.1", |
106 | 105 | "@testing-library/user-event": "^12.1.10", |
107 | | - "@types/node": "^25.9.1", |
108 | 106 | "@typescript-eslint/eslint-plugin": "^4.5.0", |
109 | 107 | "@typescript-eslint/parser": "^4.5.0", |
110 | 108 | "babel-eslint": "^10.1.0", |
|
141 | 139 | "jest-transform-stub": "^2.0.0", |
142 | 140 | "jest-transformer-svg": "^2.0.0", |
143 | 141 | "jest-watch-typeahead": "^2.2.0", |
144 | | - "knip": "^6.15.0", |
145 | 142 | "mock-match-media": "^0.4.3", |
146 | 143 | "path-browserify": "^1.0.1", |
147 | 144 | "postcss": "^8.5.10", |
|
156 | 153 | "stylelint-config-recommended-scss": "17.0.0", |
157 | 154 | "stylelint-scss": "7.0.0", |
158 | 155 | "stylelint-use-logical": "^2.1.3", |
159 | | - "typescript": "^6.0.3", |
160 | 156 | "url-loader": "4.1.1", |
161 | 157 | "webpack": "5.104.1", |
162 | 158 | "webpack-bundle-analyzer": "^5.2.0", |
|
0 commit comments