Files
duplicati/package.json
T
dependabot[bot] 01edfb0e26 Bump postcss in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [postcss](https://github.com/postcss/postcss).


Updates `postcss` from 8.4.47 to 8.5.12
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.47...8.5.12)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.12
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-30 11:04:50 +00:00

20 lines
983 B
JSON

{
"devDependencies": {
"@playwright/test": "^1.48.0",
"@types/node": "^24.10.0",
"autoprefixer": "^10.4.20",
"less": "^4.2.0",
"less-plugin-clean-css": "^1.6.0",
"postcss": "^8.5.12",
"postcss-cli": "^11.0.0",
"stylelint": "^16.9.0",
"stylelint-config-standard-less": "^3.0.1"
},
"scripts": {
"build:style": "npm run lint:style-fix; npx lessc Duplicati/Server/webroot/ngax/less/dark.less Duplicati/Server/webroot/ngax/styles/dark.css --clean-css -m=always && npx lessc Duplicati/Server/webroot/ngax/less/default.less Duplicati/Server/webroot/ngax/styles/default.css --clean-css -m=always && npx postcss Duplicati/Server/webroot/ngax/styles/dark.css Duplicati/Server/webroot/ngax/styles/default.css --no-map --use autoprefixer --replace",
"lint:style": "npx stylelint \"Duplicati/Server/**/less/*.less\"",
"lint:style-fix": "npx stylelint \"Duplicati/Server/**/less/*.less\" --fix",
"test:playwright": "playwright test"
}
}