-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.19 KB
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
53
54
55
56
57
58
59
60
61
62
{
"name": "@firefoxic/stylelint-config",
"description": "Shared config for stylelint by firefoxic.",
"version": "8.0.1",
"license": "MIT",
"author": {
"name": "Sergey Artemov",
"email": "firefoxic.dev@gmail.com"
},
"homepage": "https://github.com/firefoxic/stylelint-config#readme",
"bugs": {
"url": "https://github.com/firefoxic/stylelint-config/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/firefoxic/stylelint-config.git"
},
"type": "module",
"exports": "./stylelint.config.js",
"files": [
"./stylelint.config.js"
],
"engines": {
"node": ">=22.22"
},
"devEngines": {
"runtime": {
"name": "node",
"version": ">=22.22",
"onFail": "download"
},
"packageManager": {
"name": "pnpm",
"version": ">=11",
"onFail": "download"
}
},
"peerDependencies": {
"stylelint": "^17.11.0"
},
"dependencies": {
"@stylistic/stylelint-plugin": "^5.2.0",
"stylelint-gamut": "^2.0.1"
},
"scripts": {
"help": "make help"
},
"devDependencies": {
"@firefoxic/oxlint-config": "^0.3.1",
"oxlint": "^1.68.0",
"stylelint": "^17.12.0"
},
"keywords": [
"config",
"css",
"lint",
"linter",
"linting",
"style",
"stylelint"
]
}