@greenwood/plugin-postcss
Version:
A Greenwood plugin for loading PostCSS configuration and applying it to your CSS.
47 lines (46 loc) • 1.2 kB
JSON
{
"name": "@greenwood/plugin-postcss",
"version": "0.32.0",
"description": "A Greenwood plugin for loading PostCSS configuration and applying it to your CSS.",
"repository": "https://github.com/ProjectEvergreen/greenwood",
"homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-postcss",
"author": "Owen Buckley <owen@thegreenhouse.io>",
"license": "MIT",
"keywords": [
"Greenwood",
"Static Site Generator",
"Server Side Rendering",
"Full Stack Web Development",
"Serverless",
"Web Components",
"PostCSS"
],
"type": "module",
"main": "./src/index.js",
"types": "./src/types/index.d.ts",
"exports": {
".": {
"types": "./src/types/index.d.ts",
"import": "./src/index.js"
}
},
"files": [
"src/"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@greenwood/cli": "^0.32.0"
},
"dependencies": {
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^7.0.1"
},
"devDependencies": {
"@greenwood/cli": "^0.32.0",
"@spectrum-css/typography": "^6.2.0"
},
"gitHead": "edfc4f63df13455209494e67f435836b1f42331b"
}