mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-04 02:39:02 +00:00
11eeeba20c
* grunt: 1.1.0 → 1.4.0 * lodash: 4.17.19 → 4.17.21 * https://npmjs.com/advisories/1673 (CVE-2021-23337) * hosted-git-info: 2.8.8 → 2.8.9 * https://npmjs.com/advisories/1677 (CVE-2021-23362) Additional changes: * Dropped .php5 and .inc files from .phpcs.xml (T200956). Change-Id: I458a1bd01b56db36e69d2c0ac96b177268a4a29f
30 lines
755 B
JSON
30 lines
755 B
JSON
{
|
|
"name": "visualeditor",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the VisualEditor-MediaWiki extension.",
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck",
|
|
"postdoc": "grunt copy:jsduck",
|
|
"screenshots-all": "grunt screenshots-all"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.16.2",
|
|
"grunt": "1.4.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-image": "5.0.1",
|
|
"grunt-mocha-test": "0.13.3",
|
|
"grunt-stylelint": "0.15.0",
|
|
"grunt-tyops": "0.1.0",
|
|
"jimp": "0.13.0",
|
|
"mocha": "5.2.0",
|
|
"selenium-webdriver": "3.6.0",
|
|
"stringify-object": "3.2.2",
|
|
"stylelint-config-wikimedia": "0.10.1"
|
|
}
|
|
}
|