-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 956 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 956 Bytes
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
{
"name": "florsan",
"engines": {
"node": "20.x",
"yarn": "4.x"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@stylistic/stylelint-plugin": "^5.1.0",
"eslint": "^10.2.0",
"globals": "17.5.0",
"postcss": "^8.5.10",
"postcss-scss": "^4.0.9",
"stylelint": "^17.8.0",
"stylelint-config-sass-guidelines": "^13.0.0",
"stylelint-order": "^8.1.1",
"stylelint-scss": "^7.0.0"
},
"resolutions": {
"stylelint": "^17.0.0"
},
"yarn": {
"packageExtensions": {
"stylelint-config-sass-guidelines@*": {
"peerDependencies": {
"stylelint": "^17.8.0"
}
},
"@stylistic/stylelint-plugin@*": {
"peerDependencies": {
"stylelint": "^17.8.0"
}
}
}
},
"repository": "https://github.com/texpert/florsan.git",
"author": "Aurel Branzeanu <branzeanu.aurel@gmail.com>",
"license": "MIT",
"packageManager": "yarn@4.12.0"
}