@ruedap/stylelint-config-abccss
Version:
Sharable stylelint config used by ABCCSS
60 lines (59 loc) • 1.49 kB
JSON
{
"name": "@ruedap/stylelint-config-abccss",
"version": "0.7.0",
"description": "Sharable stylelint config used by ABCCSS",
"author": "ruedap",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ruedap/stylelint-config-abccss.git"
},
"bugs": {
"url": "https://github.com/ruedap/stylelint-config-abccss/issues"
},
"homepage": "https://github.com/ruedap/stylelint-config-abccss",
"keywords": [
"stylelint-config",
"stylelint",
"css",
"scss"
],
"main": "src/index.js",
"files": [
"src",
"*.md",
"LICENSE"
],
"engines": {
"node": ">= 8",
"npm": ">= 5"
},
"scripts": {
"preversion": "npm test",
"version": "npm run changelog",
"release": "git push && git push --tags",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md",
"format": "prettier --write '**/*.js'",
"test": "ava"
},
"dependencies": {
"stylelint-config-prettier": "^5.2.0",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-no-unsupported-browser-features": "^3.0.2",
"stylelint-order": "^3.0.0",
"stylelint-scss": "^3.8.0"
},
"devDependencies": {
"ava": "^2.0.0",
"conventional-changelog-cli": "^2.0.22",
"prettier": "^1.17.1",
"stylelint": "^10.0.1"
},
"peerDependencies": {
"stylelint": "^9.3.0 || ^10.0.0"
},
"ava": {
"verbose": true
}
}