@rws-aoa/stylelint-config
Version:
Standard Stylelint config for all RWS AOA projects
63 lines • 1.57 kB
JSON
{
"name": "@rws-aoa/stylelint-config",
"version": "5.0.2",
"description": "Standard Stylelint config for all RWS AOA projects",
"author": "@rws-aoa",
"license": "Apache-2.0",
"main": "dist/index.mjs",
"module": "dist/index.mjs",
"type": "module",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.mjs"
},
"homepage": "https://github.com/RWS-NL/aoa-design-system/tree/master/packages/stylelint-config#readme",
"scripts": {
"lint": "eslint src --fix",
"test": "yarn lint",
"prebuild": "yarn lint",
"build": "yarn prebuild && tsc -b src",
"prepack": "yarn build",
"bump": "cliff-jumper",
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"postcss": "^8.5.6",
"stylelint": "^16.26.1",
"stylelint-config-recommended": "^17.0.0",
"stylelint-config-sass-guidelines": "^12.1.0",
"stylelint-config-standard": "^39.0.1",
"stylelint-scss": "^6.14.0"
},
"devDependencies": {
"@favware/cliff-jumper": "^6.0.0",
"eslint": "^9.39.2",
"typescript": "^5.9.3"
},
"peerDependencies": {
"stylelint": "^16.23.1"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/RWS-NL/aoa-design-system.git",
"directory": "packages/stylelint-config"
},
"bugs": {
"url": "https://github.com/RWS-NL/aoa-design-system/issues"
},
"keywords": [
"stylelint",
"RWS-NL",
"typescript",
"ts",
"RWS-AOA",
"RWS",
"AOA"
]
}