Fixed
stylelint
has been moved fromdependencies
todevDependencies
. This may potentially fix some errors (see Stylelint's documentation regardingpeerDependencies
and PRs that explain the motivation behind this decision).postcss
has been moved fromdevDependencies
todependencies
. This fixes the “Cannot find packagepostcss
” and “Named exportInput
not found” error in some environments.