-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 886 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "stylelint-code-quality-config",
"version": "1.0.1",
"description": "Shareable config used to analyze the code quality",
"keywords": [
"stylelint",
"stylelint-config",
"code quality"
],
"license": "MIT",
"repository": "florianuphoff/stylelint-code-quality-config",
"author": "Florian Uphoff <[email protected]>",
"homepage": "https://github.com/florianuphoff/stylelint-code-quality-config/",
"main": "index.js",
"files": [
"index.js"
],
"dependencies": {
"stylelint-declaration-block-no-ignored-properties": "^2.1.0",
"stylelint-high-performance-animation": "^1.2.1",
"stylelint-mixin-extend-usage": "^0.1.0",
"stylelint-nesting-depth": "^1.0.1",
"stylelint-no-undoing-styles": "^1.2.1",
"stylelint-scss": "^3.9.2"
},
"devDependencies": {},
"peerDependencies": {
"stylelint": "^10.1.0"
}
}