99accac02b
composer: * php-parallel-lint/php-parallel-lint: 1.3.2 → 1.4.0 npm: * eslint-config-wikimedia: 0.26.0 → 0.27.0 Change-Id: I55bc29fdc277e04ca00cd5bb06162d1d580ebf37
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.27.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.11.1",
|
|
"grunt-eslint": "24.3.0",
|
|
"grunt-stylelint": "0.19.0",
|
|
"stylelint-config-wikimedia": "0.16.1",
|
|
"svgo": "3.2.0"
|
|
}
|
|
}
|