jsonforms
jsonforms copied to clipboard
Cleanup unnecessary dev dependencies in root package.json
Is your feature request related to a problem? Please describe.
The root package.json still contains many dev dependencies that should not be specified globally but only by the packages that need them. Hopefully, they are already configured in the packages.
Describe the solution you'd like
Remove all dev dependencies that are not needed in the root of the repository, i.e. that are not required for the monorepo to work. I.e. test runners (like ava or nyc) or types.
Describe alternatives you've considered
Keep as is.
Framework
No response
RendererSet
No response
Additional context
No response
Hi @lucas-koehler would like to contribute on this one but would need back and forth communication for the same. Please feel free to assign or might make a small PR which can be merged under same branch and taken ahead
Hi @howdyAnkit , you are very welcome to add contributions for this. You can gladly open PR(s) that only remove parts of the obsolete dependencies. We'll have a look then :)