mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
867ff0b67c
Change-Id: I7935ef106f04fe2303b3b89fe84a03ea34ff6561
31 lines
882 B
JSON
31 lines
882 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.22.1",
|
|
"grunt": "1.5.3",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "24.0.0",
|
|
"grunt-stylelint": "0.18.0",
|
|
"stylelint-config-wikimedia": "0.13.0",
|
|
"svgo": "2.8.0",
|
|
"wdio-mediawiki": "2.1.0",
|
|
"webdriverio": "7.16.13"
|
|
}
|
|
}
|