forked from palantir/stylelint-config-palantir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.06 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
{
"name": "stylelint-config-palantir",
"version": "6.0.0",
"description": "stylelint configuration",
"main": "stylelint.config.js",
"scripts": {
"test": "stylelint test/*.css && stylelint test/*.scss --config sass.js"
},
"dependencies": {
"stylelint-config-standard": "^24.0.0",
"stylelint-order": "^5.0.0"
},
"peerDependencies": {
"postcss": "^8.4.5",
"postcss-scss": "^4.0.2",
"stylelint": "^14.2.0"
},
"peerDependenciesMeta": {
"postcss": {
"optional": true
},
"postcss-scss": {
"optional": true
}
},
"optionalDependencies": {
"stylelint-scss": "^4.1.0"
},
"devDependencies": {
"postcss": "^8.4.5",
"postcss-scss": "^4.0.2",
"stylelint": "^14.2.0",
"stylelint-scss": "^4.1.0"
},
"author": "Palantir",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "[email protected]:palantir/stylelint-config-palantir.git"
},
"keywords": [
"config",
"css",
"sass",
"scss",
"less",
"palantir",
"styleguide",
"stylelint"
]
}