mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-19 02:22:11 +01:00
14 lines
528 B
JSON
14 lines
528 B
JSON
{
|
|
"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": {
|
|
"@stylistic/stylelint-plugin": "^4.0.0",
|
|
"stylelint": "^17.4.0",
|
|
"stylelint-config-standard": "^40.0.0"
|
|
}
|
|
}
|