2014-07-25 20:19:15 +00:00
|
|
|
{
|
2017-03-22 21:23:56 +00:00
|
|
|
"name": "echo",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"description": "Build tools for Echo.",
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test",
|
2018-06-11 15:51:16 +00:00
|
|
|
"doc": "jsduck",
|
2024-01-16 13:28:58 +00:00
|
|
|
"minify:svg": "svgo --config=.svgo.config.js --quiet --recursive --folder modules/icons/",
|
2018-07-06 14:30:48 +00:00
|
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js",
|
2019-07-04 01:56:30 +00:00
|
|
|
"selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily"
|
2017-03-22 21:23:56 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-23 15:30:28 +00:00
|
|
|
"@wdio/cli": "7.16.13",
|
|
|
|
"@wdio/junit-reporter": "7.16.13",
|
|
|
|
"@wdio/local-runner": "7.16.13",
|
|
|
|
"@wdio/mocha-framework": "7.16.13",
|
2022-05-23 11:17:11 +00:00
|
|
|
"@wdio/spec-reporter": "7.16.13",
|
2023-08-16 16:26:41 +00:00
|
|
|
"eslint-config-wikimedia": "0.26.0",
|
2023-03-23 22:15:35 +00:00
|
|
|
"grunt": "1.6.1",
|
2023-08-16 16:26:41 +00:00
|
|
|
"grunt-banana-checker": "0.11.1",
|
2018-10-11 07:06:50 +00:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2023-08-16 16:26:41 +00:00
|
|
|
"grunt-eslint": "24.3.0",
|
|
|
|
"grunt-stylelint": "0.19.0",
|
|
|
|
"stylelint-config-wikimedia": "0.16.1",
|
2024-01-11 18:07:46 +00:00
|
|
|
"svgo": "3.2.0",
|
2023-09-22 15:38:34 +00:00
|
|
|
"wdio-mediawiki": "2.3.0"
|
2017-03-22 21:23:56 +00:00
|
|
|
}
|
2014-07-25 20:19:15 +00:00
|
|
|
}
|