2014-01-31 02:03:11 +00:00
|
|
|
{
|
2022-01-12 09:17:33 +00:00
|
|
|
"name": "core",
|
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",
|
2022-02-27 09:52:29 +00:00
|
|
|
"minify-svg": "svgo --config=.svgo.config.js --quiet --recursive --folder 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",
|
2022-11-25 13:42:59 +00:00
|
|
|
"selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily",
|
2021-01-03 22:29:28 +00:00
|
|
|
"selenium-test": "wdio ./tests/selenium/wdio.conf.js"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-02-03 16:45:51 +00:00
|
|
|
"@wdio/cli": "7.16.13",
|
|
|
|
|
"@wdio/junit-reporter": "7.16.13",
|
|
|
|
|
"@wdio/local-runner": "7.16.13",
|
|
|
|
|
"@wdio/mocha-framework": "7.16.13",
|
2022-03-24 14:57:35 +00:00
|
|
|
"@wdio/spec-reporter": "7.16.13",
|
2022-12-06 21:43:41 +00:00
|
|
|
"api-testing": "1.5.1",
|
2022-05-26 12:57:29 +00:00
|
|
|
"domino": "2.1.0",
|
2021-01-03 22:29:28 +00:00
|
|
|
"dotenv": "8.2.0",
|
2023-02-07 15:17:30 +00:00
|
|
|
"eslint-config-wikimedia": "0.24.0",
|
2023-02-07 15:19:44 +00:00
|
|
|
"grunt": "1.6.1",
|
2022-10-07 17:35:34 +00:00
|
|
|
"grunt-banana-checker": "0.10.0",
|
2021-01-03 22:29:28 +00:00
|
|
|
"grunt-contrib-copy": "1.0.0",
|
|
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2023-02-07 15:17:30 +00:00
|
|
|
"grunt-eslint": "24.0.1",
|
2022-02-19 13:52:17 +00:00
|
|
|
"grunt-karma": "4.0.2",
|
2022-05-04 22:08:56 +00:00
|
|
|
"grunt-stylelint": "0.18.0",
|
2022-10-07 17:35:34 +00:00
|
|
|
"karma": "6.4.1",
|
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",
|
2022-02-19 13:52:17 +00:00
|
|
|
"karma-qunit": "4.1.2",
|
2023-02-21 22:02:07 +00:00
|
|
|
"qunit": "2.19.4",
|
2023-03-16 22:22:41 +00:00
|
|
|
"stylelint-config-wikimedia": "0.14.0",
|
2022-02-27 09:52:29 +00:00
|
|
|
"svgo": "2.8.0",
|
2022-12-13 11:25:33 +00:00
|
|
|
"wdio-mediawiki": "file:tests/selenium/wdio-mediawiki"
|
2022-01-11 08:48:46 +00:00
|
|
|
}
|
2014-01-31 02:03:11 +00:00
|
|
|
}
|