mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-15 11:59:22 +00:00
d1f416278a
Enabling SVGO automation with conservative plugin set, among those: - disable cleanupIDs, removeDesc, removeTitle, removeViewBox & removeXMLProcInst and - don't use multipass, - enable removeRasterImages and sortAttrs Bug: T185596 Change-Id: Ic13afb6e1cbc4d26af7a100cb7a916619fb4158e
19 lines
405 B
JSON
19 lines
405 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.5.0",
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-eslint": "20.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.9.0",
|
|
"grunt-svgmin": "5.0.0",
|
|
"stylelint": "8.2.0",
|
|
"stylelint-config-wikimedia": "0.4.2"
|
|
}
|
|
}
|