{
  "name": "@lipemat/postcss-boilerplate",
  "version": "5.0.2",
  "description": "Dependencies and scripts for a no config grunt postcss compiler.",
  "author": "Mat Lipe",
  "license": "MIT",
  "jsPath": "./",
  "engines": {
    "node": ">=22.21.1"
  },
  "bugs": {
    "url": "https://github.com/lipemat/postcss-boilerplate/issues"
  },
  "homepage": "https://github.com/lipemat/postcss-boilerplate#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lipemat/postcss-boilerplate.git"
  },
  "keywords": [
    "postcss",
    "boilerplate",
    "no-config"
  ],
  "files": [
    "Gruntfile.ts",
    "tsconfig.json",
    "bin/",
    "config/",
    "lib/",
    "helpers/",
    "scripts/",
    "src/",
    "types/"
  ],
  "bin": {
    "lipemat-postcss-boilerplate": "./bin/lipemat-postcss-boilerplate.js"
  },
  "scripts": {
    "browserslist": "lipemat-postcss-boilerplate browserslist",
    "pnp-fix": "js-boilerplate-shared__fix-pnp",
    "test": "jest --config=jest/jest.config.ts",
    "validate-ts": "tsc --noEmit"
  },
  "dependencies": {
    "@csstools/postcss-global-data": "^2.0.1",
    "@lipemat/js-boilerplate-shared": "^1.0.2",
    "@lipemat/stylelint-config": "^2.3.0",
    "@lodder/grunt-postcss": "^3.1.1",
    "@types/ejs": "^3.1.5",
    "@types/fs-extra": "^11.0.4",
    "@types/grunt": "^0.4.31",
    "@types/postcss-import": "^14.0.3",
    "@types/postcss-preset-env": "7.7.0",
    "clean-css": "^5.3.0",
    "cross-spawn": "^7.0.6",
    "ejs": "^3.1.9",
    "fs-extra": "^7.0.1",
    "grunt": "^1.0.4",
    "grunt-contrib-compress": "^2.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-stylelint": "^0.10.1",
    "minimist": "^1.2.8",
    "postcss": "^8.5.10",
    "postcss-color-mod-function": "^4.1.1",
    "postcss-custom-media": "^8.0.1",
    "postcss-global-nested": "^1.2.0",
    "postcss-hash": "^3.0.0",
    "postcss-import": "^15.1.0",
    "postcss-modules": "^6.0.1",
    "postcss-nested": "^5.0.6",
    "postcss-preset-env": "^7.5.0",
    "postcss-scss": "^4.0.4",
    "postcss-sort-media-queries": "^5.2.0",
    "stylelint": "^14",
    "tiny-lr": "^1.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.9.3"
  },
  "devDependencies": {
    "@lipemat/eslint-config": "^5.2.0",
    "@types/jest": "^29",
    "@types/minimist": "^1",
    "@types/node": "^22.19.3",
    "@wordpress/browserslist-config": "^6.47.0",
    "eslint": "^9",
    "glob": "11.1.0",
    "jest": "^29"
  },
  "packageManager": "yarn@4.15.0"
}
