package.json: Move stylelint to devDependencies

This commit is contained in:
Martin Pitt 2022-07-21 07:26:04 +02:00 committed by Martin Pitt
parent 433975df39
commit 73f24087ab

View file

@ -46,6 +46,8 @@
"sizzle": "^2.3.3", "sizzle": "^2.3.3",
"string-replace-loader": "^3.0.0", "string-replace-loader": "^3.0.0",
"stylelint": "^14.9.1", "stylelint": "^14.9.1",
"stylelint-config-standard-scss": "^5.0.0",
"stylelint-webpack-plugin": "^3.3.0",
"terser-webpack-plugin": "^5.1.4", "terser-webpack-plugin": "^5.1.4",
"webpack": "^5.54.0", "webpack": "^5.54.0",
"webpack-cli": "^4.9.1" "webpack-cli": "^4.9.1"
@ -54,8 +56,6 @@
"@patternfly/patternfly": "4.203.4", "@patternfly/patternfly": "4.203.4",
"@patternfly/react-core": "4.225.4", "@patternfly/react-core": "4.225.4",
"react": "17.0.2", "react": "17.0.2",
"react-dom": "17.0.2", "react-dom": "17.0.2"
"stylelint-config-standard-scss": "^5.0.0",
"stylelint-webpack-plugin": "^3.3.0"
} }
} }