-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 968 Bytes
/
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": "@netcentric/stylelint-config",
"description": "Netcentric's coding and style rules for Stylelint",
"version": "4.0.0",
"license": "Apache-2.0",
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Netcentric/stylelint-config"
},
"main": "index.js",
"scripts": {
"lint": "stylelint test/*.scss"
},
"peerDependencies": {
"stylelint": "^16.8.0"
},
"stylelint": {
"extends": "./index.js"
},
"dependencies": {
"@stylistic/stylelint-config": "2.x",
"@stylistic/stylelint-plugin": "3.x",
"stylelint-config-standard-scss": "13.x",
"stylelint-no-unsupported-browser-features": "8.x"
},
"browserslist": [
"last 2 versions",
"Explorer >= 10",
"iOS >= 9",
"Android >= 5"
],
"devDependencies": {
"stylelint": "^16.6.1"
},
"keywords": [
"stylelint",
"stylelint-config",
"netcentric"
]
}