2022-12-02 10:47:58 +00:00
|
|
|
{
|
|
|
|
"name": "@bauke/stylelint-config",
|
|
|
|
"description": "Shareable Stylelint configuration.",
|
2023-07-03 22:02:29 +00:00
|
|
|
"version": "0.1.3",
|
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": {
|
2023-07-16 22:30:36 +00:00
|
|
|
"stylelint": "^15.10.1",
|
2023-07-03 21:59:24 +00:00
|
|
|
"stylelint-config-standard-scss": "^10.0.0"
|
2022-12-02 10:47:58 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-07-16 22:30:36 +00:00
|
|
|
"stylelint": "^15.10.1",
|
|
|
|
"stylelint-config-standard-scss": "^10.0.0"
|
2022-12-02 10:47:58 +00:00
|
|
|
}
|
|
|
|
}
|