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-26 19:36:42 +00:00
|
|
|
"api-testing": "mocha --timeout 0 --parallel --recursive tests/api-testing",
|
2024-06-22 14:53:32 +00:00
|
|
|
"doc": "jsdoc -c jsdoc.json",
|
2024-06-22 14:57:08 +00:00
|
|
|
"eslint-fix": "eslint --cache --ext .js,.json --fix .",
|
|
|
|
"eslint": "eslint --cache --ext .js,.json .",
|
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",
|
2024-06-22 14:57:08 +00:00
|
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js",
|
|
|
|
"test": "grunt test && node build/checkModules.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-04-28 15:41:20 +00:00
|
|
|
"api-testing": "1.6.0",
|
2024-06-15 04:12:27 +00:00
|
|
|
"eslint-config-wikimedia": "0.28.2",
|
2023-03-11 22:41:31 +00:00
|
|
|
"grunt": "1.6.1",
|
2024-05-17 03:15:07 +00:00
|
|
|
"grunt-banana-checker": "0.13.0",
|
2018-07-05 23:59:22 +00:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2023-07-14 17:27:54 +00:00
|
|
|
"grunt-eslint": "24.3.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",
|
2024-06-15 04:12:27 +00:00
|
|
|
"grunt-stylelint": "0.20.1",
|
2023-05-20 09:33:49 +00:00
|
|
|
"grunt-tyops": "0.1.1",
|
2024-06-04 03:39:48 +00:00
|
|
|
"jimp": "0.13.0",
|
2024-05-09 09:46:00 +00:00
|
|
|
"jsdoc": "4.0.3",
|
|
|
|
"jsdoc-wmf-theme": "1.1.0",
|
2018-07-06 17:37:25 +00:00
|
|
|
"mocha": "5.2.0",
|
|
|
|
"selenium-webdriver": "3.6.0",
|
2018-09-25 15:12:56 +00:00
|
|
|
"stringify-object": "3.2.2",
|
2024-06-15 04:12:27 +00:00
|
|
|
"stylelint-config-wikimedia": "0.17.2",
|
2024-02-03 17:33:24 +00:00
|
|
|
"wdio-mediawiki": "2.5.0"
|
2017-03-31 21:50:07 +00:00
|
|
|
}
|
2013-05-31 02:33:12 +00:00
|
|
|
}
|