composer: * mediawiki/mediawiki-phan-config: 0.12.1 → 0.14.0 npm: * eslint-config-wikimedia: 0.25.1 → 0.26.0 * grunt-banana-checker: 0.11.0 → 0.11.1 * postcss: 8.4.30 → 8.4.35 * https://github.com/advisories/GHSA-7fh5-64p2-3v2j Change-Id: I91561947abcef0252dc5228702ad8bd8c323c6a3
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.26.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.11.1",
|
|
"grunt-eslint": "24.3.0",
|
|
"grunt-stylelint": "0.19.0",
|
|
"postcss-less": "6.0.0",
|
|
"sfnt2woff": "^1.0.1",
|
|
"stylelint-config-wikimedia": "0.16.1",
|
|
"svgo": "3.2.0"
|
|
},
|
|
"eslintIgnore": [
|
|
"lib/**",
|
|
"resources/js/ext.uls.webfonts.repository.js",
|
|
"vendor/**"
|
|
]
|
|
}
|