-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.51 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
51
52
53
54
55
56
57
{
"name": "@touch4it/stylelint-config-guidelines",
"version": "3.0.0",
"description": "Stylelint configuration inspired by SMACSS",
"license": "MIT",
"engines": {
"node": ">= 10",
"npm": ">= 6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/touch4it/stylelint-config-guidelines.git"
},
"bugs": {
"url": "https://github.com/touch4it/stylelint-config-guidelines/issues"
},
"homepage": "https://github.com/touch4it/stylelint-config-guidelines#readme",
"author": "Touch4IT, s.r.o. <hi@touch4it.com> (https://touch4it.com/)",
"contributors": [
"Viktor Šulák <sulak@touch4it.com>",
"Tibor Hanesz <tibor.hanesz@touch4it.com>",
"Dušan Matejka <dusan.matejka@touch4it.com>"
],
"keywords": [
"stylelint",
"stylelint-config",
"stylelint-scss",
"scss",
"sass",
"guidelines",
"touch4it",
"SMACSS"
],
"main": "lib/",
"scripts": {
"format-package": "npx format-package -w",
"lint": "eslint .",
"test": "npm run lint"
},
"maintainers": [
"Viktor Šulák <sulak@touch4it.com>"
],
"dependencies": {
"stylelint": "^14.12.1",
"stylelint-at-rule-no-children": "^0.3.1",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-declaration-block-no-ignored-properties": "^2.3.0",
"stylelint-no-unsupported-browser-features": "^5.0.1",
"stylelint-selector-tag-no-without-class": "^2.0.4"
},
"devDependencies": {
"eslint": "^8.24.0"
},
"peerDependencies": {
"stylelint": "^14.12.1"
}
}