-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.33 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
{
"name": "@studiometa/stylelint-config",
"version": "4.0.0",
"description": "StyleLint Configuration",
"main": "index.js",
"type": "module",
"scripts": {
"test": "stylelint tests/",
"stylelint-check": "stylelint-config-prettier-check",
"lint": "eslint .",
"fix": "eslint --fix ."
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/studiometa/stylelint-config.git"
},
"author": "Studio Meta <[email protected]> (https://www.studiometa.fr)",
"license": "MIT",
"bugs": {
"url": "https://github.com/studiometa/stylelint-config/issues"
},
"homepage": "https://github.com/studiometa/stylelint-config#readme",
"devDependencies": {
"@studiometa/eslint-config": "^3.1.3",
"@studiometa/prettier-config": "^4.0.0",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"stylelint": "^16.1.0"
},
"dependencies": {
"postcss": "^8.4.33",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.9",
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-formatter-pretty": "^4.0.0",
"stylelint-high-performance-animation": "^1.10.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.0",
"stylelint-scss": "^6.0.0"
},
"peerDependencies": {
"prettier": ">=3.0.0",
"stylelint": ">=16.0.0"
}
}