Skip to content

Commit

Permalink
package.json: add missing postcss-scss package
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Jun 26, 2024
1 parent 3bcabb6 commit a1196cd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"devDependencies": {
"autoprefixer": "10.4.14",
"@babel/core": "7.22.1",
"@babel/plugin-transform-modules-commonjs": "7.21.5",
"@babel/plugin-transform-runtime": "7.22.4",
"@babel/preset-env": "7.22.4",
"@babel/preset-react": "7.22.3",
"@babel/runtime": "7.22.3",
"autoprefixer": "10.4.14",
"babel-loader": "9.1.2",
"chrome-launcher": "0.15.2",
"css-loader": "6.8.1",
Expand All @@ -19,11 +19,12 @@
"eslint-plugin-standard": "4.1.0",
"glslify-loader": "2.0.0",
"husky": "8.0.3",
"mini-css-extract-plugin": "2.7.6",
"lighthouse": "10.2.0",
"lint-staged": "13.2.2",
"mini-css-extract-plugin": "2.7.6",
"postcss": "8.4.38",
"postcss-loader": "7.3.2",
"postcss-scss": "^4.0.9",
"raw-loader": "4.0.2",
"sass": "1.62.1",
"sass-loader": "13.3.1",
Expand All @@ -32,8 +33,8 @@
"stylelint-declaration-strict-value": "1.9.2",
"terser-webpack-plugin": "5.3.9",
"webpack": "5.85.0",
"webpack-merge": "5.9.0",
"webpack-cli": "5.1.3"
"webpack-cli": "5.1.3",
"webpack-merge": "5.9.0"
},
"dependencies": {
"@liqd/liqd-fonts": "git+ssh://github.com/liqd/liqd-fonts.git",
Expand Down

0 comments on commit a1196cd

Please sign in to comment.