mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +00:00
d8c505c73a
Depends-On: Ieb7591f3c0ac843677a2a61b4ad47f920fc2ca2d Bug: T255149 Change-Id: I311793952e995715010dc70069e1056165a1cd90
44 lines
1.6 KiB
JSON
44 lines
1.6 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"storybook:setup": "./dev-scripts/setup-storybook.sh",
|
|
"storybook": "npm run storybook:setup && start-storybook -p 6006",
|
|
"build-storybook": "npm run storybook:setup && build-storybook -o docs/ui",
|
|
"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 '**/*.{js,json}'",
|
|
"lint:styles": "stylelint '**/*.{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 -q -r -f resources/",
|
|
"doc": "jsdoc -c jsdoc.json && npm run build-storybook",
|
|
"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": {
|
|
"@babel/core": "7.7.7",
|
|
"@storybook/html": "5.2.8",
|
|
"@wdio/cli": "7.16.4",
|
|
"@wdio/cucumber-framework": "7.16.4",
|
|
"@wdio/dot-reporter": "7.16.4",
|
|
"@wdio/junit-reporter": "7.16.4",
|
|
"@wdio/local-runner": "7.16.4",
|
|
"@wdio/mocha-framework": "7.16.4",
|
|
"@wdio/sync": "7.16.4",
|
|
"babel-loader": "8.0.6",
|
|
"eslint-config-wikimedia": "0.21.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"jsdoc": "3.6.7",
|
|
"less": "3.8.1",
|
|
"less-loader": "4.1.0",
|
|
"mustache": "3.0.1",
|
|
"mwbot": "2.0.0",
|
|
"pre-commit": "1.2.2",
|
|
"stylelint-config-wikimedia": "0.11.1",
|
|
"svgo": "2.3.1",
|
|
"wdio-mediawiki": "1.1.1",
|
|
"webdriverio": "7.16.4"
|
|
}
|
|
}
|