wagtail-deprecated / react-streamfield

Powerful field for inserting multiple blocks with nesting. (NO LONGER MAINTAINED - See Wagtail 2.13 Release Notes)
https://wagtail.github.io/react-streamfield/public/
35 stars 12 forks source link

prettier-stylelint should be in devDependencies #11

Closed thibaudcolas closed 4 years ago

thibaudcolas commented 4 years ago

In the project’s package.json, prettier-stylelint is defined in dependencies: https://github.com/wagtail/react-streamfield/blob/b13b41fd382445bd5fe1ebb63224bdfa0007e219/package.json#L35-L41.

This is problematic as it pollutes every codebase that react-streamfield is installed in, unnecessarily installing a lot of extra dependencies.