mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-11 17:00:10 +00:00
67bf58a489
SVGO v2.x changed configuration to JS, amending configuration. Adding new 'minify-svg' npm script. Also re-crushing SVGs. Bug: T278656 Change-Id: I5b150cce300e764afb0a40d402479db22cfcea99
32 lines
881 B
JSON
32 lines
881 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 -q -r -f modules/icons/",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js",
|
|
"selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily"
|
|
},
|
|
"devDependencies": {
|
|
"@wdio/cli": "6.1.16",
|
|
"@wdio/dot-reporter": "6.11.0",
|
|
"@wdio/junit-reporter": "6.11.0",
|
|
"@wdio/local-runner": "6.1.16",
|
|
"@wdio/mocha-framework": "6.1.14",
|
|
"@wdio/sync": "6.1.14",
|
|
"eslint-config-wikimedia": "0.20.0",
|
|
"grunt": "1.4.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.16.0",
|
|
"stylelint-config-wikimedia": "0.10.3",
|
|
"svgo": "2.3.0",
|
|
"wdio-mediawiki": "1.1.1",
|
|
"webdriverio": "6.1.16"
|
|
}
|
|
}
|