Files
bee-dashboard/.depcheckrc.json
T
Vojtech Simetka a7bd94af82 build: bundle assets inline for the component library (#513)
* build: bundle assets inline for the component library

* chore(deps): allow react version 17.x.x and 18.x.x
2022-08-03 07:28:57 +02:00

20 lines
319 B
JSON

{
"ignores": [
"@testing-library/react",
"@types/*",
"@commitlint/config-conventional",
"@babel/*",
"babel*",
"eslint*",
"file-loader",
"ts-node",
"webpack-cli",
"assert",
"buffer",
"crypto*",
"stream*",
"env-paths",
"open",
"base64-inline-loader"
]
}