svgo 2.8.0 → 3.0.2 Amending to new `cleanupIds` plugin name. Re-crushing SVGs while at it. Bug: T339162 Change-Id: I9804d6fa3c81e3c85e6d89e45079736d0934c465
27 lines
669 B
JSON
27 lines
669 B
JSON
{
|
|
"name": "UniversalLanguageSelector",
|
|
"private": true,
|
|
"scripts": {
|
|
"build-lib": "./scripts/build.sh",
|
|
"minify-svg": "svgo --config=.svgo.config.js --quiet --recursive --folder resources/images/",
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"@wikimedia/codex-design-tokens": "0.11.0",
|
|
"eslint-config-wikimedia": "0.25.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.11.0",
|
|
"grunt-eslint": "24.0.1",
|
|
"grunt-stylelint": "0.18.0",
|
|
"postcss-less": "6.0.0",
|
|
"sfnt2woff": "^1.0.1",
|
|
"stylelint-config-wikimedia": "0.15.0",
|
|
"svgo": "3.0.2"
|
|
},
|
|
"eslintIgnore": [
|
|
"lib/**",
|
|
"resources/js/ext.uls.webfonts.repository.js",
|
|
"vendor/**"
|
|
]
|
|
}
|