mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 08:13:38 +00:00
ba913b96c9
* grunt-stylelint: 0.15.0 → 0.16.0 * stylelint-config-wikimedia: 0.10.1 → 0.10.3 Change-Id: I154d50b5b1c002ec330a3b1ce1e1ca376d7530a1
18 lines
354 B
JSON
18 lines
354 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "grunt build",
|
|
"test": "grunt test",
|
|
"doc": "jsduck"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.17.0",
|
|
"grunt": "1.3.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.16.0",
|
|
"grunt-svgmin": "6.0.0",
|
|
"stylelint-config-wikimedia": "0.10.3"
|
|
}
|
|
}
|