Files
base-configs/packages/stylelint-config/package.json
renovate[bot] 8e9d21c3ac fix(deps): update stylelint-config-recommended-scss to 15.0.0 (#356)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-11 23:24:40 +03:00

66 lines
1.5 KiB
JSON

{
"name": "@ivuorinen/stylelint-config",
"version": "0.3.17",
"type": "module",
"description": "ivuorinen's shareable configuration for stylelint.",
"author": {
"name": "Ismo Vuorinen",
"url": "https://github.com/ivuorinen"
},
"bugs": {
"url": "https://github.com/ivuorinen/base-configs/issues"
},
"engines": {
"node": ">=20"
},
"main": "css/index.cjs",
"module": "css/index.mjs",
"exports": {
".": {
"import": "./css/index.mjs",
"require": "./css/index.cjs"
},
"./css": {
"import": "./scss/index.mjs",
"require": "./scss/index.cjs"
},
"./scss": {
"import": "./scss/index.mjs",
"require": "./scss/index.cjs"
}
},
"files": [
"css/*",
"scss/*",
"scripts/*"
],
"homepage": "https://github.com/ivuorinen/base-configs/tree/main/packages/stylelint-config#readme",
"keywords": [
"stylelint-config",
"stylelint",
"config",
"ivuorinen"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ivuorinen/base-configs.git"
},
"scripts": {
"postinstall": "node scripts/postinstall.cjs"
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.12",
"postcss": "^8",
"stylelint": "^16",
"stylelint-config-recommended-scss": "^15.0.0",
"stylelint-config-standard": "^38.0.0",
"stylelint-order": "^7.0.0",
"stylelint-scss": "^6"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}