-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
52 lines (52 loc) · 1.09 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
{
"name": "stylelint-config-palantir",
"version": "7.4.0",
"description": "stylelint configuration",
"main": "stylelint.config.js",
"packageManager": "[email protected]",
"scripts": {
"test": "stylelint test/*.css && stylelint test/*.scss --config sass.js"
},
"dependencies": {
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4"
},
"peerDependencies": {
"postcss": "^8.4.47",
"postcss-scss": "^4.0.9",
"stylelint": "^16.10.0"
},
"peerDependenciesMeta": {
"postcss": {
"optional": true
},
"postcss-scss": {
"optional": true
}
},
"optionalDependencies": {
"stylelint-scss": "^6.8.1"
},
"devDependencies": {
"postcss": "^8.4.47",
"postcss-scss": "^4.0.9",
"stylelint": "^16.10.0",
"stylelint-scss": "^6.8.1"
},
"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"
]
}