@pandell/postcss-config
Version:
Pandell PostCSS shared config
41 lines • 853 B
JSON
{
"name": "@pandell/postcss-config",
"type": "module",
"version": "8.0.2",
"description": "Pandell PostCSS shared config",
"keywords": [
"postcss",
"pandell",
"pli"
],
"repository": {
"type": "git",
"url": "https://github.com/pandell/frontend-config",
"directory": "packages/postcss-config"
},
"license": "MIT",
"author": {
"name": "Pandell Technology Corporation",
"url": "https://github.com/pandell"
},
"exports": {
"types": "./dist/postcss.d.ts",
"default": "./dist/postcss.js"
},
"dependencies": {
"postcss-calc": "^10.1.1",
"postcss-mixins": "^11.0.3",
"postcss-preset-env": "^7.8.3"
},
"peerDependencies": {
"postcss": ">= 8"
},
"peerDependenciesMeta": {
"postcss": {
"optional": true
}
},
"publishConfig": {
"access": "public"
}
}