mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-12 01:10:26 +00:00
d659ff8882
The following rules are failing and were disabled: * declaration-property-unit-disallowed-list Change-Id: I1eef05c2358208b0dea8a8fce17a61707c9d9687
19 lines
425 B
JSON
19 lines
425 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "npm -s run minify-svg",
|
|
"test": "grunt test",
|
|
"minify-svg": "svgo --config=.svgo.config.js -q -r -f resources/",
|
|
"doc": "jsduck"
|
|
},
|
|
"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.16.0",
|
|
"stylelint-config-wikimedia": "0.11.1",
|
|
"svgo": "2.3.1"
|
|
}
|
|
}
|