-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.08 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
{
"name": "stylelint-config-lintheus",
"version": "1.2.2",
"description": "stylelint configuration",
"author": "Diogo Felix <[email protected]>",
"homepage": "https://github.com/onlurking/stylelint-config-lintheus",
"license": "BSD-2-Clause",
"main": "stylelint.config.js",
"dependencies": {
"stylelint": "13.12.0",
"stylelint-config-recommended": "^4.0.0",
"stylelint-declaration-use-variable": "^1.7.2",
"stylelint-no-indistinguishable-colors": "^1.3.0",
"stylelint-order": "^4.1.0"
},
"peerDependencies": {
"stylelint": "13.12.0"
},
"devDependencies": {
"eslint": "^7.22.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1"
},
"repository": {
"type": "git",
"url": "[email protected]:onlurking/stylelint-config-lintheus.git"
},
"bugs": {
"url": "https://github.com/onlurking/stylelint-config-lintheus/issues"
},
"keywords": [
"check",
"checker",
"code style",
"config",
"css",
"css",
"lint",
"linter",
"styleguide",
"stylelint-config",
"stylelint"
]
}