mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 06:54:00 +00:00
218f6d0344
* grunt: 1.4.0 → 1.5.3 * async: 0.9.2 → 3.2.3 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * ejs: 3.1.3 → 3.1.8 * https://github.com/advisories/GHSA-phwq-j96m-2c2q * jake: 10.8.4 → 10.8.5 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 Change-Id: I6bf82dc8403d09f7ce9519c1e76779a5c88d415d
28 lines
715 B
JSON
28 lines
715 B
JSON
{
|
|
"name": "cite",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the Cite extension.",
|
|
"scripts": {
|
|
"selenium-daily": "npm run selenium-test",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js",
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"@wdio/cli": "6.1.16",
|
|
"@wdio/local-runner": "6.1.16",
|
|
"@wdio/mocha-framework": "6.1.14",
|
|
"@wdio/spec-reporter": "6.1.14",
|
|
"@wdio/sync": "6.1.14",
|
|
"eslint-config-wikimedia": "0.16.1",
|
|
"grunt": "1.5.3",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.15.0",
|
|
"grunt-svgmin": "5.0.0",
|
|
"stylelint-config-wikimedia": "0.10.3",
|
|
"wdio-mediawiki": "1.0.0",
|
|
"webdriverio": "6.1.16"
|
|
}
|
|
}
|