20a1fba017
Change-Id: I5602e1be65b4c8c4a5f2218bf92c36a6a209d484
16 lines
376 B
JSON
16 lines
376 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"minify-svg": "svgo --config=.svgo.config.js -q -r -f resources/images",
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.21.0",
|
|
"grunt": "1.4.1",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.16.0",
|
|
"stylelint-config-wikimedia": "0.11.1",
|
|
"svgo": "2.3.1"
|
|
}
|
|
}
|