mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-12 00:48:46 +00:00
dc51175986
It's throwing an error disrupting the build Change-Id: Icc31316010f57813513ddd4449c74735ca7b63ae
34 lines
1.2 KiB
JSON
34 lines
1.2 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",
|
|
"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",
|
|
"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.25.1",
|
|
"grunt-banana-checker": "0.11.0",
|
|
"jsdoc": "3.6.10",
|
|
"mwbot": "2.0.0",
|
|
"pre-commit": "1.2.2",
|
|
"stylelint-config-wikimedia": "0.15.0",
|
|
"svgo": "3.0.2",
|
|
"wdio-mediawiki": "2.1.0"
|
|
}
|
|
}
|