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",
|
2024-06-22 14:45:10 +00:00
|
|
|
"doc": "jsdoc -c jsdoc.json",
|
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",
|
2024-06-13 14:34:07 +00:00
|
|
|
"eslint-config-wikimedia": "0.28.2",
|
2023-03-23 22:15:35 +00:00
|
|
|
"grunt": "1.6.1",
|
2024-05-18 01:55:20 +00:00
|
|
|
"grunt-banana-checker": "0.13.0",
|
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",
|
2024-06-13 14:51:06 +00:00
|
|
|
"grunt-stylelint": "0.20.1",
|
2024-04-30 14:21:54 +00:00
|
|
|
"jsdoc": "4.0.2",
|
|
|
|
"jsdoc-class-hierarchy": "1.1.2",
|
2024-05-08 07:55:52 +00:00
|
|
|
"jsdoc-wmf-theme": "1.0.1",
|
2024-06-13 14:51:06 +00:00
|
|
|
"stylelint-config-wikimedia": "0.17.2",
|
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
|
|
|
}
|