mirror of
https://gh.wpcy.net/https://github.com/syntatis/kubrick.git
synced 2026-04-28 22:17:25 +08:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 lines
448 B
JSON
23 lines
448 B
JSON
{
|
|
"name": "@syntatis/stylelint-config",
|
|
"description": "Curated CSS and SCSS linter configs",
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"config",
|
|
"css",
|
|
"scss",
|
|
"stylelint"
|
|
],
|
|
"main": "index.cjs",
|
|
"files": [
|
|
"index.cjs"
|
|
],
|
|
"dependencies": {
|
|
"stylelint-config-recess-order": "^7.3.0",
|
|
"stylelint-config-standard-scss": "^15.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"stylelint": "^16.2.0"
|
|
}
|
|
}
|