{
  "name": "@swissquote/crafty-preset-postcss",
  "version": "1.30.1",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/swissquote/crafty.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "main": "src/index.js",
  "scripts": {
    "lint": "node ../crafty-preset-eslint/src/commands/jsLint.js --preset recommended --preset node src",
    "build": "node ../../utils/build.mjs"
  },
  "dependencies": {
    "@babel/code-frame": "7.29.7",
    "@swissquote/crafty": "1.30.1",
    "@swissquote/crafty-commons": "1.30.1",
    "@swissquote/crafty-commons-gulp": "1.30.1",
    "@swissquote/crafty-preset-stylelint": "1.30.1",
    "@swissquote/postcss-swissquote-preset": "1.30.1",
    "mini-css-extract-plugin": "2.10.2",
    "postcss": "8.5.15",
    "postcss-scss": "4.0.9",
    "schema-utils": "4.3.3"
  },
  "peerDependencies": {
    "@swissquote/stylelint-config-swissquote": "1.30.1"
  },
  "devDependencies": {
    "css-loader": "7.1.4",
    "gulp-postcss": "10.0.0",
    "gulp-rename": "2.1.0",
    "postcss-loader": "patch:postcss-loader@npm%3A8.1.1#~/.yarn/patches/postcss-loader-npm-8.1.1-20cf547c92.patch",
    "resolve-from": "5.0.0",
    "style-loader": "4.0.0"
  },
  "engines": {
    "node": ">=22.12"
  }
}
