From 73f24087ab10bca2cbab4776d3057fd0a2d14b77 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 21 Jul 2022 07:26:04 +0200 Subject: [PATCH] package.json: Move stylelint to devDependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a40263a..650a1c7 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,8 @@ "sizzle": "^2.3.3", "string-replace-loader": "^3.0.0", "stylelint": "^14.9.1", + "stylelint-config-standard-scss": "^5.0.0", + "stylelint-webpack-plugin": "^3.3.0", "terser-webpack-plugin": "^5.1.4", "webpack": "^5.54.0", "webpack-cli": "^4.9.1" @@ -54,8 +56,6 @@ "@patternfly/patternfly": "4.203.4", "@patternfly/react-core": "4.225.4", "react": "17.0.2", - "react-dom": "17.0.2", - "stylelint-config-standard-scss": "^5.0.0", - "stylelint-webpack-plugin": "^3.3.0" + "react-dom": "17.0.2" } }