1
Fork 0
shareable-configs/packages/stylelint/package.json

21 lines
514 B
JSON
Raw Permalink Normal View History

2022-12-02 10:47:58 +00:00
{
"name": "@bauke/stylelint-config",
"description": "Shareable Stylelint configuration.",
2024-01-15 12:51:31 +00:00
"version": "0.1.5",
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
}
}