@azabraao/prettier-plugin-css-order
Version:
Sort CSS declarations in a certain order.
47 lines (46 loc) • 1.02 kB
JSON
{
"name": "@azabraao/prettier-plugin-css-order",
"version": "1.3.0",
"description": "Sort CSS declarations in a certain order.",
"type": "commonjs",
"main": "./src/main.js",
"files": [
"src/*.js",
"!src/*.test.js"
],
"scripts": {
"test": "node src/main.test.js",
"lint": "prettier src --check",
"format": "prettier src --write",
"postversion": "git push --follow-tags"
},
"dependencies": {
"@azabraao/css-declaration-sorter": "^6.2.2",
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.3",
"sync-threads": "^1.0.1"
},
"peerDependencies": {
"prettier": "2.x"
},
"engines": {
"node": ">=14"
},
"repository": {
"type": "git",
"url": "https://github.com/Siilwyn/prettier-plugin-css-order.git"
},
"author": "Selwyn <talk@selwyn.cc> (https://selwyn.cc/)",
"license": "ISC",
"keywords": [
"prettier",
"prettier-plugin",
"css",
"scss",
"less",
"declaration",
"sorter",
"property",
"order"
]
}