2022-12-02 10:47:58 +00:00
|
|
|
{
|
|
|
|
"name": "@bauke/stylelint-config",
|
|
|
|
"description": "Shareable Stylelint configuration.",
|
2023-07-16 22:31:28 +00:00
|
|
|
"version": "0.1.4",
|
2022-12-02 10:47:58 +00:00
|
|
|
"license": "Unlicense",
|
2022-12-02 11:10:14 +00:00
|
|
|
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
|
2022-12-02 10:47:58 +00:00
|
|
|
"type": "module",
|
|
|
|
"main": "stylelint.json",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-01-15 12:47:00 +00:00
|
|
|
"stylelint": "^16.1.0",
|
|
|
|
"stylelint-config-standard-scss": "^13.0.0"
|
2022-12-02 10:47:58 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-01-15 12:47:00 +00:00
|
|
|
"stylelint": "^16.1.0",
|
|
|
|
"stylelint-config-standard-scss": "^13.0.0"
|
2022-12-02 10:47:58 +00:00
|
|
|
}
|
|
|
|
}
|