mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-11 17:00:10 +00:00
23697880e3
Also pinning 'svgo' to 3.2.0 in 'package-lock.json' following up to Ia2e8e947c7d10fa754885c8d917dc0616708fbaf. Bug: T354875 Change-Id: I583db915f471295160c8637fd950bfda2f03e529
30 lines
855 B
JSON
30 lines
855 B
JSON
{
|
|
"name": "echo",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "Build tools for Echo.",
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck",
|
|
"minify:svg": "svgo --config=.svgo.config.js --quiet --recursive --folder modules/icons/",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js",
|
|
"selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily"
|
|
},
|
|
"devDependencies": {
|
|
"@wdio/cli": "7.16.13",
|
|
"@wdio/junit-reporter": "7.16.13",
|
|
"@wdio/local-runner": "7.16.13",
|
|
"@wdio/mocha-framework": "7.16.13",
|
|
"@wdio/spec-reporter": "7.16.13",
|
|
"eslint-config-wikimedia": "0.26.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.11.1",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "24.3.0",
|
|
"grunt-stylelint": "0.19.0",
|
|
"stylelint-config-wikimedia": "0.16.1",
|
|
"svgo": "3.2.0",
|
|
"wdio-mediawiki": "2.3.0"
|
|
}
|
|
}
|