-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.28 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@spacetab-io/stylelint-config-spacetab-io",
"version": "1.0.1",
"description": "Stylelint config. Rules combinations for stylelint linter.",
"main": "index.js",
"license": "MIT",
"keywords": [
"Spacetab Stylelint Config",
"spacetab",
"stylelint config",
"styles code",
"styles code checker",
"styles code linter",
"styles code standards",
"styles code style",
"stylelint",
"stylelint-config",
"standard",
"lint",
"quality",
"style",
"style checker",
"style linter"
],
"bugs": {
"url": "https://github.com/spacetabs/linters-front/issues"
},
"homepage": "https://github.com/spacetabs/linters-front",
"repository": {
"type": "git",
"url": "https://github.com/spacetabs/linters-front"
},
"devDependencies": {
"stylelint": "^13.13.1",
"stylelint-config-recess-order": "^2.4.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-declaration-use-variable": "^1.7.3",
"stylelint-scss": "^3.19.0"
},
"peerDependencies": {
"stylelint": ">=13.13.1",
"stylelint-config-recess-order": ">=2.4.0",
"stylelint-config-standard": ">=22.0.0",
"stylelint-declaration-use-variable": ">=1.7.3",
"stylelint-scss": ">=3.19.0"
},
"publishConfig": {
"access": "public"
}
}