mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
aa28b52dc9
* eslint-config-wikimedia: 0.21.0 → 0.22.1 * ansi-regex: 5.0.1 → 5.0.1 * https://github.com/advisories/GHSA-93q8-gq69-wqmw * meow: 3.7.0 → 3.7.0 * https://github.com/advisories/GHSA-7p7h-4mm5-852v * string-width: 4.2.3 → 4.2.3 * https://github.com/advisories/GHSA-93q8-gq69-wqmw * strip-ansi: 6.0.1 → 6.0.1 * https://github.com/advisories/GHSA-93q8-gq69-wqmw * trim-newlines: 1.0.0 → 1.0.0 * https://github.com/advisories/GHSA-7p7h-4mm5-852v Change-Id: Iad400485f197940efd00dfabaddcae805365d116
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
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",
|
|
"selenium-daily": "npm run selenium-test",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js"
|
|
},
|
|
"devDependencies": {
|
|
"@wdio/cli": "7.16.13",
|
|
"@wdio/dot-reporter": "7.16.13",
|
|
"@wdio/junit-reporter": "7.16.13",
|
|
"@wdio/local-runner": "7.16.13",
|
|
"@wdio/mocha-framework": "7.16.13",
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt": "1.4.1",
|
|
"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.16.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.11.1",
|
|
"wdio-mediawiki": "2.0.0",
|
|
"webdriverio": "7.16.13"
|
|
}
|
|
}
|