2014-01-31 02:03:11 +00:00
|
|
|
{
|
2021-01-03 22:29:28 +00:00
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2021-05-21 20:26:26 +00:00
|
|
|
"api-testing": "mocha --timeout 0 --recursive tests/api-testing",
|
2021-05-18 12:49:44 +00:00
|
|
|
"minify-svg": "svgo --config=.svgo.config.js -q -r -f resources/src",
|
2021-05-21 20:26:26 +00:00
|
|
|
"lint": "grunt lint",
|
2021-01-03 22:29:28 +00:00
|
|
|
"test": "grunt lint && npm run doc",
|
|
|
|
|
"qunit": "grunt qunit",
|
|
|
|
|
"doc": "jsduck",
|
|
|
|
|
"postdoc": "grunt copy:jsduck",
|
2021-04-30 11:42:20 +00:00
|
|
|
"selenium-daily": "MW_SCRIPT_PATH=/w npm run selenium-test -- --suite daily --mochaOpts.grep @daily",
|
2021-01-03 22:29:28 +00:00
|
|
|
"selenium-test": "wdio ./tests/selenium/wdio.conf.js"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2021-06-09 15:24:53 +00:00
|
|
|
"@wdio/cli": "7.4.6",
|
|
|
|
|
"@wdio/dot-reporter": "7.4.2",
|
|
|
|
|
"@wdio/junit-reporter": "7.4.2",
|
|
|
|
|
"@wdio/local-runner": "7.4.6",
|
2021-10-04 06:38:16 +00:00
|
|
|
"@wdio/mocha-framework": "7.13.2",
|
2021-06-09 15:24:53 +00:00
|
|
|
"@wdio/sync": "7.4.6",
|
2021-01-03 22:29:28 +00:00
|
|
|
"api-testing": "1.3.0",
|
|
|
|
|
"dotenv": "8.2.0",
|
2021-04-08 17:22:46 +00:00
|
|
|
"eslint-config-wikimedia": "0.20.0",
|
2021-05-26 16:12:39 +00:00
|
|
|
"grunt": "1.4.1",
|
2021-01-03 22:29:28 +00:00
|
|
|
"grunt-banana-checker": "0.9.0",
|
|
|
|
|
"grunt-contrib-copy": "1.0.0",
|
|
|
|
|
"grunt-contrib-watch": "1.1.0",
|
|
|
|
|
"grunt-eslint": "23.0.0",
|
|
|
|
|
"grunt-karma": "4.0.0",
|
|
|
|
|
"grunt-stylelint": "0.16.0",
|
2021-05-19 22:47:04 +00:00
|
|
|
"karma": "6.3.2",
|
2021-01-03 22:29:28 +00:00
|
|
|
"karma-chrome-launcher": "3.1.0",
|
|
|
|
|
"karma-firefox-launcher": "1.3.0",
|
|
|
|
|
"karma-mocha-reporter": "2.2.5",
|
|
|
|
|
"karma-qunit": "4.1.0",
|
|
|
|
|
"postcss-less": "2.0.0",
|
2021-07-23 15:48:08 +00:00
|
|
|
"qunit": "2.16.0",
|
2021-06-29 10:22:30 +00:00
|
|
|
"stylelint-config-wikimedia": "0.11.1",
|
2021-07-22 03:11:47 +00:00
|
|
|
"svgo": "2.3.1",
|
2021-01-03 22:29:28 +00:00
|
|
|
"wdio-mediawiki": "file:tests/selenium/wdio-mediawiki",
|
2021-06-09 15:24:53 +00:00
|
|
|
"webdriverio": "7.4.6"
|
2021-05-18 12:49:44 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {}
|
2014-01-31 02:03:11 +00:00
|
|
|
}
|