Files
mediawiki-extensions-Univer…/package.json
Volker E 5abe986953 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: I7c9eb84fdaeb50f6ff04c9e5cd2f005e129d555a
2022-02-27 23:59:05 +00:00

23 lines
522 B
JSON

{
"private": true,
"scripts": {
"minify-svg": "svgo --config=.svgo.config.js --quiet --recursive --folder resources/images/",
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.20.0",
"grunt": "1.4.0",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "23.0.0",
"grunt-stylelint": "0.17.0",
"postcss-less": "6.0.0",
"stylelint-config-wikimedia": "0.11.1",
"svgo": "2.8.0"
},
"eslintIgnore": [
"lib/**",
"resources/js/ext.uls.webfonts.repository.js",
"vendor/**"
]
}