* grunt-banana-checker: 0.10.0 → 0.11.0 * stylelint-config-wikimedia: 0.14.0 → 0.15.0 Change-Id: I9b17b4f8d9262670cc6229d5b2df5d8b100e49f3
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": "2.8.0"
|
|
},
|
|
"eslintIgnore": [
|
|
"lib/**",
|
|
"resources/js/ext.uls.webfonts.repository.js",
|
|
"vendor/**"
|
|
]
|
|
}
|