mediawiki-skins-MinervaNeue/package.json
Jon Robson c55bf26cd1 Remove storybook and update nvm version
The Minerva storybook only has 2 stories which look broken.
Given we never actively began using it, I suggest we remove it
from the repo.

Bug: T310004
Change-Id: I42ce4248f376c683ddbbf3f1ec0e275906f6ab45
(cherry picked from commit 0dbe68f974)
2023-08-18 12:15:05 +01:00

37 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.19.5",
"@wdio/cucumber-framework": "7.16.4",
"@wdio/dot-reporter": "7.16.4",
"@wdio/junit-reporter": "7.16.4",
"@wdio/local-runner": "7.19.5",
"@wdio/mocha-framework": "7.16.4",
"@wdio/sync": "7.19.5",
"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": "1.2.0",
"wmf-a11y": "0.0.0"
}
}