mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-11 16:48:43 +00:00
51e4edb017
Bug: T368081 Change-Id: I3d9e2f8edcf2adcfe06b83a911b690b665f2b349
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"name": "visualeditor",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the VisualEditor-MediaWiki extension.",
|
|
"scripts": {
|
|
"api-testing": "mocha --timeout 0 --parallel --recursive tests/api-testing",
|
|
"doc": "jsdoc -c jsdoc.json",
|
|
"eslint-fix": "eslint --cache --ext .js,.json --fix .",
|
|
"eslint": "eslint --cache --ext .js,.json .",
|
|
"screenshots-all": "grunt screenshots-all",
|
|
"selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js",
|
|
"test": "grunt test && node build/checkModules.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",
|
|
"api-testing": "1.6.0",
|
|
"eslint-config-wikimedia": "0.28.2",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.13.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "24.3.0",
|
|
"grunt-image": "5.0.1",
|
|
"grunt-mocha-test": "0.13.3",
|
|
"grunt-stylelint": "0.20.1",
|
|
"grunt-tyops": "0.1.1",
|
|
"jimp": "0.13.0",
|
|
"jsdoc": "4.0.3",
|
|
"jsdoc-wmf-theme": "1.1.0",
|
|
"mocha": "5.2.0",
|
|
"selenium-webdriver": "3.6.0",
|
|
"stringify-object": "3.2.2",
|
|
"stylelint-config-wikimedia": "0.17.2",
|
|
"wdio-mediawiki": "2.5.0"
|
|
}
|
|
}
|