{
  "name": "@jenssimon/webpack-config-sfcc",
  "version": "0.11.21",
  "description": "A shareable Webpack configuration for SFCC projects",
  "author": "Jens Simon <https://github.com/jenssimon/>",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "salesforce",
    "commercecloud",
    "sfcc",
    "webpack"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jenssimon/webpack-config-sfcc"
  },
  "scripts": {
    "lint": "eslint .",
    "build": "tsc",
    "prepare": "tsc",
    "commit": "cz",
    "prepack": "pinst --disable",
    "postpack": "pinst --enable",
    "semantic-release": "semantic-release"
  },
  "dependencies": {
    "@swc/core": "^1.3.94",
    "@swc/helpers": "^0.5.3",
    "autoprefixer": "^10.4.16",
    "case-sensitive-paths-webpack-plugin": "^2.4.0",
    "circular-dependency-plugin": "^5.2.2",
    "css-loader": "^7.0.0",
    "css-minimizer-webpack-plugin": "^8.0.0",
    "eslint-webpack-plugin": "^6.0.0",
    "mini-css-extract-plugin": "^2.7.6",
    "postcss": "^8.4.31",
    "postcss-loader": "^8.0.0",
    "postcss-merge-longhand": "^8.0.0",
    "postcss-preset-env": "^11.0.0",
    "sass": "1.102.0",
    "sass-loader": "^17.0.0",
    "swc-loader": "^0.2.3",
    "webpack-remove-empty-scripts": "^1.0.4",
    "yaml": "^2.3.3"
  },
  "devDependencies": {
    "@commitlint/cli": "^21.0.0",
    "@commitlint/config-conventional": "^21.0.0",
    "@eslint/config-helpers": "^0.7.0",
    "@eslint/js": "^10.0.0",
    "@jenssimon/eslint-config-base": "^10.0.0",
    "@types/case-sensitive-paths-webpack-plugin": "^2.1.8",
    "@types/circular-dependency-plugin": "^5.0.7",
    "@types/node": "^24.0.0",
    "@types/webpack": "^5.28.4",
    "commitizen": "^4.3.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^10.0.0",
    "eslint-config-airbnb-extended": "^3.0.0",
    "husky": "^9.0.0",
    "lint-staged": "^17.0.0",
    "pinst": "^3.0.0",
    "typescript": "^6.0.0",
    "webpack": "^5.89.0",
    "webpack-dev-server": "^6.0.0"
  },
  "peerDependencies": {
    "webpack": "^5.76.3"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "release": {
    "branches": [
      "main"
    ]
  },
  "packageManager": "yarn@4.17.1"
}
