mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +00:00
218151025e
composer: * mediawiki/mediawiki-codesniffer: 36.0.0 → 37.0.0 npm: * svgo: 2.3.0 → 2.3.1 * https://npmjs.com/advisories/1754 (CVE-2021-33587) * postcss: 7.0.35 → 7.0.36 * https://npmjs.com/advisories/1693 (CVE-2021-23368) * ws: 7.4.5 → 7.5.3 * https://npmjs.com/advisories/1748 (CVE-2021-32640) * trim-newlines: 3.0.0 → 3.0.1 * https://npmjs.com/advisories/1753 (CVE-2021-33623) * normalize-url: 4.5.0 → 4.5.1 * https://npmjs.com/advisories/1755 (CVE-2021-33502) * prismjs: 1.23.0 → 1.24.1 * https://npmjs.com/advisories/1762 (CVE-2021-32723) Change-Id: Idfecb28ef49b193ba78b3f7b1335d4d5cb2862cd
46 lines
1.7 KiB
JSON
46 lines
1.7 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",
|
|
"test:size": "node ./tests/resource-loader-bundlesize.js",
|
|
"selenium-test-cucumber": "wdio tests/selenium/wdio.conf.cucumber.js",
|
|
"selenium-daily": "npm run selenium-test",
|
|
"selenium-test": "npm -s run test:size && wdio tests/selenium/wdio.conf.js"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.7.7",
|
|
"@storybook/html": "5.2.8",
|
|
"@wdio/cli": "7.5.1",
|
|
"@wdio/cucumber-framework": "6.1.22",
|
|
"@wdio/dot-reporter": "7.6.0",
|
|
"@wdio/junit-reporter": "7.5.2",
|
|
"@wdio/local-runner": "7.5.1",
|
|
"@wdio/mocha-framework": "7.4.6",
|
|
"@wdio/sync": "7.5.1",
|
|
"babel-loader": "8.0.6",
|
|
"bundlesize": "0.18.1",
|
|
"eslint-config-wikimedia": "0.20.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.10.3",
|
|
"svgo": "2.3.1",
|
|
"wdio-mediawiki": "1.1.1",
|
|
"webdriverio": "7.5.1"
|
|
}
|
|
}
|