mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-27 23:50:30 +00:00
7e68633b54
composer: * mediawiki/mediawiki-codesniffer: 39.0.0 → 41.0.0 * mediawiki/mediawiki-phan-config: 0.11.1 → 0.12.0 npm: * grunt-banana-checker: 0.9.0 → 0.10.0 * decode-uri-component: 0.2.0 → 0.2.2 * https://github.com/advisories/GHSA-w573-4hg7-7wgq * deep-object-diff: 1.1.7 → 1.1.9 * https://github.com/advisories/GHSA-653v-rqx9-j85p * http-cache-semantics: 4.1.0 → 4.1.1 * https://github.com/advisories/GHSA-rc47-6667-2j5j * json5: 2.2.1 → 2.2.3 * https://github.com/advisories/GHSA-9c47-m6qq-7p4h * https://github.com/advisories/GHSA-9c47-m6qq-7p4h * terser: 4.8.0 → 4.8.1 * https://github.com/advisories/GHSA-4wf5-vphf-c2xc * ua-parser-js: 1.0.2 → 1.0.34 * https://github.com/advisories/GHSA-fhg7-m89q-25r3 Change-Id: I9775b27f6006e48d928d852bf5c843132ceea867
47 lines
1.8 KiB
JSON
47 lines
1.8 KiB
JSON
{
|
|
"name": "MinervaNeue",
|
|
"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 .",
|
|
"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 && npm run build-storybook",
|
|
"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": {
|
|
"@babel/core": "7.7.7",
|
|
"@storybook/html": "5.2.8",
|
|
"@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",
|
|
"babel-loader": "8.0.6",
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt-banana-checker": "0.10.0",
|
|
"jsdoc": "3.6.10",
|
|
"less": "3.8.1",
|
|
"less-loader": "4.1.0",
|
|
"mustache": "3.0.1",
|
|
"mwbot": "2.0.0",
|
|
"postcss-less": "6.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"
|
|
}
|
|
}
|