Open
Description
I saw that using cra with typescript template adds the dev dependencies to the dependencies
property in package.json
instead of devdepdencies
I see it here: packages/cra-template-typescript/template.json
Any reason for that?
Is it possible to move it to devdependencies
or will it break something?