2694b4eac2
* eslint-config-wikimedia: 0.28.1 → 0.28.2 * grunt-stylelint: 0.20.0 → 0.20.1 Change-Id: I3899224ae030304f3e132461b3ca1c64285057c7
17 lines
418 B
JSON
17 lines
418 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.28.2",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.13.0",
|
|
"grunt-eslint": "24.3.0",
|
|
"grunt-stylelint": "0.20.1",
|
|
"stylelint-config-wikimedia": "0.17.2",
|
|
"svgo": "3.2.0"
|
|
}
|
|
}
|