chore(ws): remove unused libraries `react-axe` and `react-docgen-typescript-loader` (#24)
Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>
This commit is contained in:
parent
0cacff77ee
commit
574ed81e65
File diff suppressed because it is too large
Load Diff
|
@ -49,8 +49,6 @@
|
|||
"prettier": "^3.3.0",
|
||||
"prop-types": "^15.8.1",
|
||||
"raw-loader": "^4.0.2",
|
||||
"react-axe": "^3.5.4",
|
||||
"react-docgen-typescript-loader": "^3.7.2",
|
||||
"react-router-dom": "^5.3.4",
|
||||
"regenerator-runtime": "^0.13.11",
|
||||
"rimraf": "^5.0.7",
|
||||
|
|
|
@ -11,9 +11,6 @@ if (process.env.NODE_ENV !== 'production') {
|
|||
}
|
||||
]
|
||||
};
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires, no-undef
|
||||
const axe = require('react-axe');
|
||||
axe(React, ReactDOM, 1000, config);
|
||||
}
|
||||
|
||||
const root = ReactDOM.createRoot(document.getElementById('root') as Element);
|
||||
|
|
Loading…
Reference in New Issue