configuration-stylelint/package.json
2025-09-27 16:19:59 +02:00

43 lines
1.2 KiB
JSON

{
"name": "@gcch/configuration-stylelint",
"version": "0.0.1",
"type": "module",
"description": "Configuration Stylelint partageable pour gcch.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"files": [
"dist"
],
"peerDependencies": {
"browserslist": "^4.26.2",
"stylelint": "^16.24.0"
},
"dependencies": {
"stylelint-config-clean-order": "^7.0.0",
"stylelint-config-standard": "^39.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-gamut": "^1.3.4",
"stylelint-no-unresolved-module": "^2.4.0",
"stylelint-no-unsupported-browser-features": "^8.0.4",
"stylelint-plugin-logical-css": "^1.2.3",
"stylelint-value-no-unknown-custom-properties": "^6.0.1"
},
"devDependencies": {
"@arethetypeswrong/core": "^0.18.2",
"@gcch/configuration-eslint": "^0.0.3",
"@gcch/configuration-prettier": "^0.0.6",
"eslint": "^9.36.0",
"prettier": "^4.0.0-alpha.12",
"publint": "^0.3.13",
"tsdown": "latest",
"unplugin-unused": "^0.5.3"
},
"browserslist": [
"baseline widely available"
]
}