2015-06-20 05:13:04 +00:00
|
|
|
{
|
2023-04-29 03:27:53 +00:00
|
|
|
"name": "RelatedArticles",
|
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",
|
2022-04-15 15:59:54 +00:00
|
|
|
"test": "npx tsc && npm -s run lint && npm run test:unit",
|
2022-04-18 21:06:41 +00:00
|
|
|
"test:unit": "jest",
|
2021-08-02 17:40:27 +00:00
|
|
|
"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": {
|
2022-04-15 15:59:54 +00:00
|
|
|
"@types/jquery": "3.5.6",
|
2022-02-09 15:13:34 +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-05-24 12:36:24 +00:00
|
|
|
"@wdio/spec-reporter": "7.16.13",
|
2024-10-30 02:36:42 +00:00
|
|
|
"@wikimedia/codex": "1.15.0",
|
2024-03-30 16:05:20 +00:00
|
|
|
"@wikimedia/mw-node-qunit": "7.2.0",
|
2022-04-15 15:59:54 +00:00
|
|
|
"@wikimedia/types-wikimedia": "0.3.4",
|
2024-06-14 12:07:36 +00:00
|
|
|
"eslint-config-wikimedia": "0.28.2",
|
2024-05-18 05:10:43 +00:00
|
|
|
"grunt-banana-checker": "0.13.0",
|
2022-04-18 21:06:41 +00:00
|
|
|
"jest": "27.4.7",
|
2024-06-14 12:16:50 +00:00
|
|
|
"stylelint-config-wikimedia": "0.17.2",
|
2023-11-08 22:06:07 +00:00
|
|
|
"ts-jest": "27.1.3",
|
|
|
|
"typescript": "4.5.5",
|
2024-03-30 16:05:20 +00:00
|
|
|
"wdio-mediawiki": "2.5.0"
|
2018-10-11 10:37:05 +00:00
|
|
|
}
|
2015-06-20 05:13:04 +00:00
|
|
|
}
|