Files
Stirling-PDF/devTools/package.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
529 B
JSON
Raw Normal View History

{
"name": "stirling-pdf",
"version": "1.0.0",
"scripts": {
"lint:css:check": "stylelint \"../app/core/src/main/**/*.css\" \"../app/proprietary/src/main/resources/static/css/*.css\" --config .stylelintrc.json",
"lint:css:fix": "stylelint \"../app/core/src/main/**/*.css\" \"../app/proprietary/src/main/resources/static/css/*.css\" --config .stylelintrc.json --fix"
},
"devDependencies": {
+17
2025-12-21 10:40:32 +00:00
"@stylistic/stylelint-plugin": "^4.0.0",
"stylelint": "^16.26.1",
+17
2025-12-21 10:40:32 +00:00
"stylelint-config-standard": "^39.0.1"
}
}