-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 879 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 879 Bytes
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
{
"name": "@gooddata/stylelint-config",
"version": "5.0.2",
"description": "GoodData CSS Style Guide",
"main": ".stylelintrc",
"scripts": {
"test": "jest test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gooddata/gdc-css-style.git"
},
"author": "GoodData Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/gooddata/gdc-css-style/issues"
},
"files": [
".stylelintrc",
"NOTICE"
],
"homepage": "https://github.com/gooddata/gdc-css-style",
"engines": {
"node": ">= 4"
},
"dependencies": {
"stylelint": "^13.6.1",
"stylelint-checkstyle-formatter": "0.1.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.18.0"
},
"devDependencies": {
"jest": "^27.4.5"
},
"keywords": [
"stylelint",
"config"
]
}