ad9ca342c3
Change-Id: Ic39090a2d6a145818b214f03bdb253409e6f3f44
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.13.0",
|
|
"grunt-eslint": "24.3.0",
|
|
"grunt-stylelint": "0.19.0",
|
|
"stylelint-config-wikimedia": "0.16.1",
|
|
"svgo": "3.2.0"
|
|
}
|
|
}
|