mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-12 01:08:39 +00:00
7ccf2f0f3a
composer: * mediawiki/mediawiki-codesniffer: 39.0.0 → 41.0.0 * mediawiki/mediawiki-phan-config: 0.11.1 → 0.12.0 npm: * eslint: 8.9.0 → 8.31.0 * grunt-banana-checker: 0.9.0 → 0.10.0 * @wdio/mocha-framework: 7.4.6 → 7.30.2 * svg-inline-loader: 0.8.0 → 0.8.2 * 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 * terser: 4.8.0 → 4.8.1 * https://github.com/advisories/GHSA-4wf5-vphf-c2xc * https://github.com/advisories/GHSA-4wf5-vphf-c2xc * ua-parser-js: 0.7.31 → 0.7.34 * https://github.com/advisories/GHSA-fhg7-m89q-25r3 Change-Id: I11c9ba8212c9103e92baa5ebc09f9214b04851ff
76 lines
2.9 KiB
JSON
76 lines
2.9 KiB
JSON
{
|
|
"name": "Popups",
|
|
"private": true,
|
|
"scripts": {
|
|
"storybook": "./.storybook/storybook-resources.sh && start-storybook --config-dir=.storybook -p 6006 -s .storybook/static",
|
|
"build-storybook": "./.storybook/storybook-resources.sh && build-storybook --config-dir=.storybook -o docs/ui -s .storybook/static",
|
|
"start": "webpack -w --mode=development",
|
|
"build": "webpack --mode=production",
|
|
"test": "npm -s run check-built-assets && npm run test:lint && bash ./dev-scripts/svg_check.sh && npm -s run coverage && npm -s run doc && bundlesize",
|
|
"test:unit": "mw-node-qunit 'tests/node-qunit/**/*.test.js' --require \"$PWD/tests/node-qunit/run.js\" | tap-mocha-reporter dot",
|
|
"test:lint": "npm -s run test:lint:styles && npm -s run test:lint:js && npm -s run test:lint:i18n",
|
|
"test:lint:js": "npm -s run linter:js",
|
|
"test:lint:styles": "npm -s run linter:styles",
|
|
"test:lint:i18n": "banana-checker --requireLowerCase=0 i18n/",
|
|
"check-built-assets": "echo 'CHECKING BUILD SOURCES ARE COMMITTED OR STAGED' && npm -s run build && git diff --exit-code resources/dist || { npm run node-debug; false; }",
|
|
"coverage": "nyc npm -s run test:unit",
|
|
"doc": "jsdoc -c jsdoc.json && npm run build-storybook",
|
|
"linter:js": "eslint --cache .",
|
|
"linter:styles": "stylelint 'src/**/*.less'",
|
|
"minify-svg": "svgo --config=.svgo.config.js --quiet --recursive --folder resources/ext.popups.images/",
|
|
"node-debug": "node -v && npm -v && echo 'Please ensure you are running the correct version of nvm before running this command.'",
|
|
"precommit": "npm -s t",
|
|
"selenium-daily": "npm run selenium-test",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js"
|
|
},
|
|
"engines": {
|
|
"node": "12.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.2.0",
|
|
"@babel/plugin-transform-runtime": "7.15.0",
|
|
"@babel/preset-env": "7.2.0",
|
|
"@babel/register": "7.0.0",
|
|
"@storybook/html": "6.4.22",
|
|
"@types/jquery": "3.3.29",
|
|
"@wdio/cli": "7.4.6",
|
|
"@wdio/dot-reporter": "7.4.2",
|
|
"@wdio/junit-reporter": "7.4.2",
|
|
"@wdio/local-runner": "7.4.6",
|
|
"@wdio/mocha-framework": "7.30.2",
|
|
"@wdio/sync": "7.4.6",
|
|
"@wikimedia/mw-node-qunit": "6.3.0",
|
|
"babel-loader": "8.0.4",
|
|
"browserslist-config-wikimedia": "0.2.0",
|
|
"bundlesize": "0.18.1",
|
|
"clean-webpack-plugin": "3.0.0",
|
|
"cssjanus": "1.3.1",
|
|
"eslint": "8.31.0",
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"expose-loader": "0.7.5",
|
|
"grunt-banana-checker": "0.10.0",
|
|
"jquery": "3.6.1",
|
|
"jsdoc": "3.6.10",
|
|
"less": "3.8.1",
|
|
"less-loader": "4.1.0",
|
|
"nyc": "15.0.0",
|
|
"pre-commit": "1.2.2",
|
|
"redux": "4.0.1",
|
|
"redux-thunk": "2.3.0",
|
|
"stylelint-config-wikimedia": "0.13.0",
|
|
"svg-inline-loader": "0.8.2",
|
|
"svgo": "2.8.0",
|
|
"tap-mocha-reporter": "5.0.1",
|
|
"url-loader": "1.1.2",
|
|
"wdio-mediawiki": "1.2.0",
|
|
"webpack": "4.44.2",
|
|
"webpack-cli": "3.3.12"
|
|
},
|
|
"bundlesize": [
|
|
{
|
|
"path": "resources/dist/index.js",
|
|
"maxSize": "13.5kB"
|
|
}
|
|
]
|
|
}
|