UNPKG

@lipemat/postcss-boilerplate

Version:

Dependencies and scripts for a no config grunt postcss compiler.

93 lines (92 loc) 2.6 kB
{ "name": "@lipemat/postcss-boilerplate", "version": "4.12.5", "description": "Dependencies and scripts for a no config grunt postcss compiler.", "author": "Mat Lipe", "license": "MIT", "engines": { "node": ">=20.11.0" }, "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", "dist": "lipemat-postcss-boilerplate dist", "lint": "lipemat-postcss-boilerplate lint", "pnp-fix": "lipemat-postcss-boilerplate fix-pnp", "start": "lipemat-postcss-boilerplate start", "test": "lipemat-js-boilerplate test --silent", "validate-ts": "tsc --noEmit" }, "dependencies": { "@csstools/postcss-global-data": "^2.0.1", "@lipemat/stylelint-config": "^2.0.1", "@lodder/grunt-postcss": "^3.1.1", "@types/fs-extra": "^11.0.4", "@types/grunt": "^0.4.31", "@types/postcss-import": "^14.0.3", "@types/postcss-preset-env": "7.7.0", "@wordpress/browserslist-config": "^5.19.0", "browserslist": "^4.21.9", "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.4.38", "postcss-color-mod-function": "^4.1.1", "postcss-custom-media": "^8.0.1", "postcss-hash": "^3.0.0", "postcss-import": "^15.1.0", "postcss-modules": "^6.0.0", "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.1.6" }, "devDependencies": { "@lipemat/eslint-config": "^3.1.3", "@lipemat/js-boilerplate": "^10.4.0", "@types/ejs": "^3", "@types/jest": "^29", "@types/minimist": "^1", "@types/node": "~20.11.0", "eslint": "^8", "glob": "^10.3.3", "jest": "^29" }, "packageManager": "yarn@4.6.0" }