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": "1.10.0",
|
|
"eslint-config-wikimedia": "0.28.2",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.13.0",
|
|
"grunt-eslint": "24.3.0",
|
|
"grunt-stylelint": "0.20.1",
|
|
"postcss-less": "6.0.0",
|
|
"sfnt2woff": "^1.0.1",
|
|
"stylelint-config-wikimedia": "0.17.2",
|
|
"svgo": "3.2.0"
|
|
},
|
|
"eslintIgnore": [
|
|
"lib/**",
|
|
"resources/js/ext.uls.webfonts.repository.js",
|
|
"vendor/**"
|
|
]
|
|
}
|