mediawiki-skins-MinervaNeue/package.json
libraryupgrader 9c47fd6e6c build: Updating npm dependencies
* wdio-mediawiki: 2.1.0 → 2.5.0
* minimatch: 3.0.4, 3.0.8, 3.1.2, 5.0.1, 5.1.6, 6.2.0 → 3.0.8, 3.1.2, 5.0.1, 5.1.6, 6.2.0
  * https://github.com/advisories/GHSA-f8q6-p94x-37v3
* postcss: 8.4.13 → 8.4.35
  * https://github.com/advisories/GHSA-7fh5-64p2-3v2j
* recursive-readdir: 2.2.2 → 2.2.3
  * https://github.com/advisories/GHSA-f8q6-p94x-37v3
* word-wrap: 1.2.3 → 1.2.5
  * https://github.com/advisories/GHSA-j8xg-fqg3-53r7

Change-Id: I6fe7c17d6cbaa853ee65c0bd26cfea0e93e8aaf3
2024-02-10 05:02:36 +00:00

36 lines
1.4 KiB
JSON

{
"name": "MinervaNeue",
"private": true,
"scripts": {
"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",
"lint:js": "eslint --cache .",
"lint:styles": "stylelint --cache --report-needless-disables '**/*.{css,less}'",
"lint:i18n": "banana-checker --requireLowerCase=0 i18n/",
"test": "npm run lint && npm run doc && dev-scripts/svg_check.sh",
"test:a11y": "npx wmf-a11y --config 'tests/a11y/a11y.config.js'",
"minify-svg": "svgo --config=.svgo.config.js --quiet --recursive --folder resources/",
"doc": "jsdoc -c jsdoc.json",
"selenium-test-cucumber": "wdio tests/selenium/wdio.conf.cucumber.js",
"selenium-daily": "npm run selenium-test && npx wmf-a11y --config 'tests/a11y/a11y.config.js' --logResults",
"selenium-test": "wdio tests/selenium/wdio.conf.js"
},
"devDependencies": {
"@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",
"eslint-config-wikimedia": "0.22.1",
"grunt-banana-checker": "0.10.0",
"jsdoc": "3.6.10",
"mwbot": "2.0.0",
"pre-commit": "1.2.2",
"stylelint-config-wikimedia": "0.13.0",
"svgo": "2.8.0",
"wdio-mediawiki": "2.5.0",
"wmf-a11y": "0.0.0"
}
}