File: /package.json.
None of the following are imported anywhere in /src:
These add tens of MB to node_modules. onnxruntime, upscaler, and @xenova/transformers are each 100+ MB. Upscaling migrated to Python backend but frontend deps were not cleaned up.
Fix: Remove all unused deps from package.json, run npm prune.
File: /package.json.
None of the following are imported anywhere in
/src:animejs(anime.js animation library)shamela(Islamic text library)@headlessui/react@upscalerjs/default-model,@upscalerjs/esrgan-thick,upscaler@xenova/transformersonnxruntime-web,onnxruntime-node@types/three(already tracked in DEAD CODE: @types/three in package.json but three.js never imported anywhere #207 but the broader issue is untracked)bufferThese add tens of MB to
node_modules.onnxruntime,upscaler, and@xenova/transformersare each 100+ MB. Upscaling migrated to Python backend but frontend deps were not cleaned up.Fix: Remove all unused deps from
package.json, runnpm prune.