-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
39 lines (39 loc) · 1.28 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
{
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"build:docker": "docker build -t codacy-stylelint .",
"build:docs": "sbt doc-generator/run",
"test": "sbt 'scalafmtCheckAll scalafmtSbtCheck doc-generator/run stage'",
"preupgrade": "npx npm-check-updates -u",
"upgrade": "npm install"
},
"dependencies": {
"@stylistic/stylelint-plugin": "^3.1.1",
"postcss": "^8.4.47",
"postcss-less": "^6.0.0",
"postcss-safe-parser": "^7.0.1",
"postcss-sass": "^0.5.0",
"postcss-scss": "^4.0.9",
"postcss-styled": "^0.34.0",
"postcss-styled-syntax": "^0.6.4",
"postcss-syntax": "^0.36.2",
"prettier": "^3.3.3",
"stylelint": "^16.10.0",
"stylelint-a11y": "^1.2.3",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-sass-guidelines": "^12.1.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-config-tailwindcss": "^0.0.7",
"stylelint-config-twbs-bootstrap": "^15.1.0",
"stylelint-declaration-strict-value": "^1.10.6",
"stylelint-no-px": "^2.0.0",
"stylelint-prettier": "^5.0.2",
"stylelint-scss": "^6.8.0",
"stylelint-selector-bem-pattern": "^4.0.1",
"stylelint-suitcss": "^5.0.0"
}
}