UNPKG

@ribajs/postcss-config

Version:

Default PostCSS configuration for Riba.js projects

62 lines 1.61 kB
{ "name": "@ribajs/postcss-config", "scripts": { "check": "echo 'Config-only package, nothing to check'" }, "description": "Default PostCSS configuration for Riba.js projects", "version": "2.0.0", "type": "module", "author": "Pascal Garber <pascal@artandcode.studio>", "contributors": [], "url": "https://github.com/ribajs/riba/tree/master/infra/postcss-config", "main": "postcss.config.js", "exports": "./postcss.config.js", "files": [ "LICENSE", "README.md", "postcss.config.js" ], "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/ribajs/riba/blob/master/LICENSE" } ], "repository": { "type": "git", "url": "git+https://github.com/ribajs/riba.git" }, "keywords": [ "Art+Code Studio", "Riba", "postcss", "postcss-config", "postcss-plugin", "purgecss" ], "bugs": { "url": "https://github.com/ribajs/riba/issues" }, "homepage": "https://github.com/ribajs/riba#readme", "dependencies": { "@fullhuman/postcss-purgecss": "^8.0.0", "@ribajs/npm-package": "^2.0.0", "postcss": "^8.5.9", "postcss-preset-env": "^11.2.1" }, "optionalDependencies": { "@ribajs/bs5": "^2.0.0", "@ribajs/content-slider": "^2.0.0", "@ribajs/core": "^2.0.0", "@ribajs/i18n": "^2.0.0", "@ribajs/iconset": "^2.0.0", "@ribajs/leaflet-map": "^2.0.0", "@ribajs/moment": "^2.0.0", "@ribajs/octobercms": "^2.0.0", "@ribajs/shopify": "^2.0.0", "@ribajs/shopify-easdk": "^2.0.0", "@ribajs/shopify-tda": "^2.0.0", "leaflet": "^1.9.4" } }