mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-12 01:08:55 +00:00
c592ad866c
Additional changes: * eslint: Renamed `wikimedia/client` profile to `client-es5` (T277085). Change-Id: I1d86e23f42de9c7415defd1a3249162d0f0cc22a
26 lines
650 B
JSON
26 lines
650 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"selenium-daily": "npm run selenium-test",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js"
|
|
},
|
|
"devDependencies": {
|
|
"@wdio/cli": "6.1.16",
|
|
"@wdio/local-runner": "6.1.16",
|
|
"@wdio/mocha-framework": "6.1.14",
|
|
"@wdio/spec-reporter": "6.1.14",
|
|
"@wdio/sync": "6.1.14",
|
|
"eslint-config-wikimedia": "0.19.0",
|
|
"grunt": "1.3.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.16.0",
|
|
"mocha": "^7.1.1",
|
|
"stylelint-config-wikimedia": "0.10.3",
|
|
"wdio-mediawiki": "1.0.0",
|
|
"webdriverio": "6.1.16"
|
|
}
|
|
}
|