postcss-preset-evergreen
Version:
A `postcss` preset for modern css syntaxes
88 lines • 2.34 kB
JSON
{
"name": "postcss-preset-evergreen",
"version": "0.8.1",
"description": "A `postcss` preset for modern css syntaxes",
"license": "MIT",
"author": {
"name": "Eric Chen",
"email": "airkro@qq.com"
},
"keywords": [
"css",
"evergreen",
"postcss",
"postcss-plugin",
"preset",
"style",
"syntax",
"transform"
],
"homepage": "https://github.com/best-shot/postcss-preset-evergreen",
"repository": {
"type": "git",
"url": "https://github.com/best-shot/postcss-preset-evergreen.git"
},
"bugs": {
"url": "https://github.com/best-shot/postcss-preset-evergreen/issues"
},
"main": "lib/index.cjs",
"files": [
"lib"
],
"dependencies": {
"@csstools/postcss-hwb-function": "^4.0.7",
"@csstools/postcss-is-pseudo-class": "^5.0.1",
"@csstools/postcss-oklab-function": "^4.0.7",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.4",
"postcss-clamp": "^4.1.0",
"postcss-color-functional-notation": "^7.0.7",
"postcss-color-hex-alpha": "^10.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-font-variant": "^5.0.0",
"postcss-gap-properties": "^6.0.0",
"postcss-logical": "^8.0.0",
"postcss-media-minmax": "^5.0.0",
"postcss-nesting": "^13.0.1",
"postcss-opacity-percentage": "^3.0.0",
"postcss-overflow-shorthand": "^6.0.0",
"postcss-page-break": "^3.0.4",
"postcss-place": "^10.0.0",
"postcss-replace-overflow-wrap": "^4.0.0",
"postcss-safe-area": "^0.1.1",
"postcss-selector-not": "^8.0.1",
"postcss-will-change": "^4.0.1"
},
"devDependencies": {
"@bring-it/npm": "^0.5.9",
"@nice-move/all-in-base": "^0.4.6",
"ava": "^6.2.0",
"eslint": "^9.18.0",
"garou": "^0.9.3",
"postcss": "^8.5.1",
"prettier": "^3.4.2"
},
"peerDependencies": {
"postcss": "^8.5.1"
},
"engines": {
"node": ">=20.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"prettier": "@nice-move/prettier-config",
"todos": [
"postcss-custom-properties",
"postcss-css-variables"
],
"x-readme": {
"logo": "https://postcss.org/assets/postcss-CsElRNOW.svg"
},
"scripts": {
"lint:staged": "nice-move lint staged",
"snapshot": "ava --fail-fast -u -w",
"test": "ava --fail-fast"
}
}