mediawiki-skins-Insurgency/package.json
Volker E 4750ffdf08 build: Update 'svgo' to latest v2.8.0 & re-crush images
Updating 'svgo' to v2.8.0 and newest Wikimedia SVG guidelines –
mainly around new whitespace features of SVGO.

Change-Id: I860dc7f00a6a3ce3f1bed56978a7cf560187146e
2022-02-27 23:59:34 +00:00

17 lines
417 B
JSON

{
"name": "MonoBook",
"private": true,
"scripts": {
"minify-svg": "svgo --config=.svgo.config.js --quiet --recursive --folder resources/images",
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.22.1",
"grunt": "1.4.1",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "23.0.0",
"grunt-stylelint": "0.16.0",
"stylelint-config-wikimedia": "0.11.1",
"svgo": "2.8.0"
}
}