2013-05-31 02:33:12 +00:00
|
|
|
{
|
2017-03-31 21:50:07 +00:00
|
|
|
"name": "visualeditor",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"description": "Build tools for the VisualEditor-MediaWiki extension.",
|
|
|
|
"scripts": {
|
2022-09-21 18:20:58 +00:00
|
|
|
"eslint": "eslint --cache --ext .js,.json .",
|
|
|
|
"eslint-fix": "eslint --cache --ext .js,.json --fix .",
|
2022-09-26 19:36:42 +00:00
|
|
|
"api-testing": "mocha --timeout 0 --parallel --recursive tests/api-testing",
|
2017-03-31 21:50:07 +00:00
|
|
|
"test": "grunt test",
|
|
|
|
"doc": "jsduck",
|
2018-03-07 14:43:25 +00:00
|
|
|
"postdoc": "grunt copy:jsduck",
|
2017-03-28 13:59:35 +00:00
|
|
|
"screenshots-all": "grunt screenshots-all",
|
2022-06-02 13:43:43 +00:00
|
|
|
"selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily",
|
2017-03-28 13:59:35 +00:00
|
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js"
|
2017-03-31 21:50:07 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-25 14:52:11 +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-19 13:29:41 +00:00
|
|
|
"@wdio/spec-reporter": "7.16.13",
|
2023-01-16 15:06:40 +00:00
|
|
|
"eslint-config-wikimedia": "0.24.0",
|
2022-07-20 13:42:42 +00:00
|
|
|
"grunt": "1.5.3",
|
2022-07-20 13:39:28 +00:00
|
|
|
"grunt-banana-checker": "0.10.0",
|
2017-03-31 21:50:07 +00:00
|
|
|
"grunt-contrib-copy": "1.0.0",
|
2018-07-05 23:59:22 +00:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2022-05-20 10:06:15 +00:00
|
|
|
"grunt-eslint": "24.0.0",
|
2019-06-26 21:09:49 +00:00
|
|
|
"grunt-image": "5.0.1",
|
2018-09-15 20:45:49 +00:00
|
|
|
"grunt-mocha-test": "0.13.3",
|
2022-05-04 21:54:48 +00:00
|
|
|
"grunt-stylelint": "0.18.0",
|
2017-03-31 21:50:07 +00:00
|
|
|
"grunt-tyops": "0.1.0",
|
2020-06-26 11:33:23 +00:00
|
|
|
"jimp": "0.13.0",
|
2018-07-06 17:37:25 +00:00
|
|
|
"mocha": "5.2.0",
|
2022-09-26 19:36:42 +00:00
|
|
|
"api-testing": "1.5.0",
|
2018-07-06 17:37:25 +00:00
|
|
|
"selenium-webdriver": "3.6.0",
|
2018-09-25 15:12:56 +00:00
|
|
|
"stringify-object": "3.2.2",
|
2022-11-14 21:34:01 +00:00
|
|
|
"stylelint-config-wikimedia": "0.13.1",
|
2023-01-11 00:37:50 +00:00
|
|
|
"wdio-mediawiki": "2.1.0"
|
2017-03-31 21:50:07 +00:00
|
|
|
}
|
2013-05-31 02:33:12 +00:00
|
|
|
}
|