mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-13 18:37:00 +00:00
bb110c6d98
To ensure easier development and maintenance, IE support is dropped to allow modern Javascript features. The old tabber module is rewritten into newer standard and using classes to ensure proper scoping.
23 lines
703 B
JSON
23 lines
703 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "npm -s run lint:js && npm -s run lint:i18n",
|
|
"lint:fix:js": "npm -s run lint:js -- --fix",
|
|
"lint:fix:styles": "npm -s run lint:styles -- --fix",
|
|
"lint:js": "eslint --cache --max-warnings 0 .",
|
|
"lint:styles": "stylelint \"**/*.{less,css}\"",
|
|
"lint:i18n": "banana-checker --requireLowerCase=0 i18n/"
|
|
},
|
|
"devDependencies": {
|
|
"@wikimedia/codex": "^1.6.0",
|
|
"@wikimedia/types-wikimedia": "0.4.3",
|
|
"eslint-config-wikimedia": "0.27.0",
|
|
"eslint-plugin-no-jquery": "2.7.0",
|
|
"grunt-banana-checker": "0.13.0",
|
|
"oojs": "^7.0.1",
|
|
"oojs-ui": "^0.49.2",
|
|
"stylelint-config-idiomatic-order": "10.0.0",
|
|
"stylelint-config-wikimedia": "0.16.1"
|
|
}
|
|
}
|