mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-14 17:55:07 +00:00
8869ebc998
Additional changes: * Dropped .php5 and .inc files from .phpcs.xml (T200956). Change-Id: I91e283fc746d1521e668e7230d0d107c1d862dfd
27 lines
680 B
JSON
27 lines
680 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js"
|
|
},
|
|
"devDependencies": {
|
|
"@wdio/cli": "6.1.12",
|
|
"@wdio/devtools-service": "6.4.0",
|
|
"@wdio/junit-reporter": "6.1.9",
|
|
"@wdio/local-runner": "6.10.13",
|
|
"@wdio/mocha-framework": "6.10.11",
|
|
"@wdio/spec-reporter": "6.10.6",
|
|
"@wdio/sync": "6.10.11",
|
|
"dotenv": "8.2.0",
|
|
"eslint-config-wikimedia": "0.18.2",
|
|
"grunt": "1.3.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.16.0",
|
|
"stylelint-config-wikimedia": "0.10.3",
|
|
"wdio-mediawiki": "1.0.0",
|
|
"wdio-video-reporter": "3.0.0",
|
|
"webdriverio": "6.1.12"
|
|
}
|
|
}
|