2015-06-20 05:13:04 +00:00
|
|
|
{
|
2018-10-11 10:37:05 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2020-06-30 10:35:00 +00:00
|
|
|
"selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily",
|
2018-10-11 10:37:05 +00:00
|
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js",
|
2021-08-02 17:40:27 +00:00
|
|
|
"test": "npm -s run lint",
|
|
|
|
"lint": "npm -s run lint:js && npm -s run lint:styles && npm -s run lint:i18n",
|
|
|
|
"lint:fix:js": "npm -s run lint:js -- --fix",
|
|
|
|
"lint:fix:styles": "npm -s run lint:styles -- --fix",
|
|
|
|
"lint:js": "eslint --cache .",
|
|
|
|
"lint:styles": "stylelint \"**/*.{less,css}\"",
|
|
|
|
"lint:i18n": "banana-checker --requireLowerCase=0 i18n/"
|
2018-10-11 10:37:05 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-05-28 09:19:15 +00:00
|
|
|
"@wdio/cli": "7.4.6",
|
2021-06-21 14:59:10 +00:00
|
|
|
"@wdio/dot-reporter": "7.4.2",
|
2021-05-28 09:19:15 +00:00
|
|
|
"@wdio/junit-reporter": "7.4.2",
|
|
|
|
"@wdio/local-runner": "7.4.6",
|
|
|
|
"@wdio/mocha-framework": "7.4.6",
|
|
|
|
"@wdio/sync": "7.4.6",
|
2021-04-13 23:49:48 +00:00
|
|
|
"eslint-config-wikimedia": "0.20.0",
|
2020-04-20 06:50:06 +00:00
|
|
|
"grunt-banana-checker": "0.9.0",
|
2021-09-04 13:46:55 +00:00
|
|
|
"stylelint-config-wikimedia": "0.11.1",
|
2021-05-28 09:19:15 +00:00
|
|
|
"wdio-mediawiki": "1.1.1",
|
|
|
|
"webdriverio": "7.4.6"
|
2018-10-11 10:37:05 +00:00
|
|
|
}
|
2015-06-20 05:13:04 +00:00
|
|
|
}
|