2017-04-11 02:30:17 +00:00
|
|
|
{
|
2022-04-15 19:41:54 +00:00
|
|
|
"name": "MinervaNeue",
|
2017-04-11 02:30:17 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-04-07 14:22:52 +00:00
|
|
|
"lint": "npm -s run lint:styles && npm -s run lint:js && npm -s run lint:i18n",
|
|
|
|
"lint:fix": "npm -s run lint:styles -- --fix && npm -s run lint:js -- --fix && npm -s run lint:i18",
|
2022-05-07 00:57:25 +00:00
|
|
|
"lint:js": "eslint --cache .",
|
2023-03-31 19:50:36 +00:00
|
|
|
"lint:styles": "stylelint --cache --report-needless-disables **/*.{css,less}",
|
2021-04-07 14:22:52 +00:00
|
|
|
"lint:i18n": "banana-checker --requireLowerCase=0 i18n/",
|
|
|
|
"test": "npm run lint && npm run doc && dev-scripts/svg_check.sh",
|
2022-09-29 20:06:01 +00:00
|
|
|
"test:a11y": "npx wmf-a11y --config 'tests/a11y/a11y.config.js'",
|
2022-02-27 11:58:05 +00:00
|
|
|
"minify-svg": "svgo --config=.svgo.config.js --quiet --recursive --folder resources/",
|
2022-05-23 22:52:19 +00:00
|
|
|
"doc": "jsdoc -c jsdoc.json",
|
2018-04-10 21:19:08 +00:00
|
|
|
"selenium-test-cucumber": "wdio tests/selenium/wdio.conf.cucumber.js",
|
2022-09-29 20:06:01 +00:00
|
|
|
"selenium-daily": "npm run selenium-test && npx wmf-a11y --config 'tests/a11y/a11y.config.js' --logResults",
|
2021-11-23 13:49:55 +00:00
|
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js"
|
2017-04-11 02:30:17 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-04-06 22:25:40 +00:00
|
|
|
"@wdio/cli": "7.30.1",
|
|
|
|
"@wdio/cucumber-framework": "7.30.2",
|
|
|
|
"@wdio/junit-reporter": "7.29.1",
|
|
|
|
"@wdio/local-runner": "7.30.1",
|
|
|
|
"@wdio/mocha-framework": "7.26.0",
|
|
|
|
"@wdio/spec-reporter": "7.29.1",
|
2023-05-15 22:02:49 +00:00
|
|
|
"eslint-config-wikimedia": "0.25.0",
|
2023-03-12 00:02:21 +00:00
|
|
|
"grunt-banana-checker": "0.10.0",
|
2022-04-15 19:41:54 +00:00
|
|
|
"jsdoc": "3.6.10",
|
2021-04-21 15:29:41 +00:00
|
|
|
"mwbot": "2.0.0",
|
2018-05-02 14:35:35 +00:00
|
|
|
"pre-commit": "1.2.2",
|
2023-03-31 19:50:36 +00:00
|
|
|
"stylelint-config-wikimedia": "0.14.0",
|
2022-02-27 11:58:05 +00:00
|
|
|
"svgo": "2.8.0",
|
2023-04-06 22:25:40 +00:00
|
|
|
"wdio-mediawiki": "2.1.0",
|
2022-09-29 20:06:01 +00:00
|
|
|
"wmf-a11y": "0.0.0"
|
2020-07-23 18:19:45 +00:00
|
|
|
}
|
2017-04-11 02:30:17 +00:00
|
|
|
}
|