mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-23 15:57:15 +00:00
d387648344
* grunt: 1.5.3 → 1.6.1 * stylelint-config-wikimedia: 0.13.0 → 0.14.0 The following rules are failing and were disabled: * plugin/no-unsupported-browser-features * selector-pseudo-element-colon-notation Change-Id: Ic8777c3c3ca94f3281f62b31e38d1b6d1abcf9aa
19 lines
406 B
JSON
19 lines
406 B
JSON
{
|
|
"name": "WikiEditor",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test && npm run doc",
|
|
"doc": "jsdoc -c jsdoc.json"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.24.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.10.0",
|
|
"grunt-eslint": "24.0.0",
|
|
"grunt-stylelint": "0.18.0",
|
|
"jsdoc": "^3.6.10",
|
|
"jsdoc-wmf-theme": "^0.0.5",
|
|
"stylelint-config-wikimedia": "0.14.0"
|
|
}
|
|
}
|