package.json: Move stylelint to devDependencies
This commit is contained in:
parent
433975df39
commit
73f24087ab
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue