-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 991 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
{
"name": "stylelint-config-ma",
"version": "2.0.0",
"description": "Stylelint shareable config used by MASSIVE ART",
"main": "index.js",
"scripts": {
"test": "stylelint --formatter verbose --config ./index.js test/*.scss --custom-syntax postcss-scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/massiveart/stylelint-config-ma.git"
},
"keywords": [
"stylelint",
"stylelintconfig",
"massiveart"
],
"author": "MASSIVE ART WebServices GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/massiveart/stylelint-config-ma/issues"
},
"homepage": "https://github.com/massiveart/stylelint-config-ma#readme",
"dependencies": {
"stylelint-config-standard-scss": "^7.0.1"
},
"devDependencies": {
"postcss": "^8.4.21",
"postcss-scss": "^4.0.6",
"stylelint": "^15.3.0"
},
"peerDependencies": {
"stylelint": "^8.3.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0"
}
}