mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 06:24:08 +00:00
0166b79ecd
composer: * mediawiki/mediawiki-codesniffer: 38.0.0 → 39.0.0 * php-parallel-lint/php-console-highlighter: 0.5.0 → 1.0.0 * php-parallel-lint/php-parallel-lint: 1.3.1 → 1.3.2 npm: * grunt-eslint: 23.0.0 → 24.0.0 * meow: 3.7.0 → 3.7.0 * https://github.com/advisories/GHSA-7p7h-4mm5-852v * trim-newlines: 1.0.0 → 1.0.0 * https://github.com/advisories/GHSA-7p7h-4mm5-852v Change-Id: Id518b0dcafa3a6ce480c951c5ea7d0512aaa94a2
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/junit-reporter": "7.16.13",
|
|
"@wdio/local-runner": "7.16.13",
|
|
"@wdio/mocha-framework": "7.16.13",
|
|
"@wdio/spec-reporter": "7.16.13",
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt": "1.5.2",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "24.0.0",
|
|
"grunt-image": "5.0.1",
|
|
"grunt-mocha-test": "0.13.3",
|
|
"grunt-stylelint": "0.18.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.13.0",
|
|
"wdio-mediawiki": "2.1.0",
|
|
"webdriverio": "7.16.13"
|
|
}
|
|
}
|