523c7e0716
Adding 'grunt-svgmin' package and corresponding 'svgmin' task and also crush in-use SVGs. Bug: T215485 Change-Id: I3a8ba3daab7b7fb110000d88d9baff9ea1f5b5db
16 lines
337 B
JSON
16 lines
337 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.10.0",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.7.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.10.1",
|
|
"grunt-svgmin": "5.0.0",
|
|
"stylelint-config-wikimedia": "0.5.0"
|
|
}
|
|
}
|