Here's the output of running that schematic on a fresh angular project, showing it is added to the "dependencies" section and not the "devDependencies" section: PS C:\Users\*****\temp\test\test> ng ...
If you were to change schematicCollections to defaultCollection, it works. Additionally, running the ng add command with the --defaultCollection flag has no impact. Looking into what ...