e2529af41f
* eslint-config-wikimedia: 0.28.0 → 0.28.1 * stylelint-config-wikimedia: 0.17.1 → 0.17.2 Change-Id: Iebb49ce60bebbbc3abce408f8f21cb3317ad4e9f
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.1",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.13.0",
|
|
"grunt-eslint": "24.3.0",
|
|
"grunt-stylelint": "0.20.0",
|
|
"stylelint-config-wikimedia": "0.17.2",
|
|
"svgo": "3.2.0"
|
|
}
|
|
}
|