forked from wikimedia/mediawiki-extensions-VisualEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.29 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "visualeditor",
"version": "0.0.0",
"private": true,
"description": "Build tools for the VisualEditor-MediaWiki extension.",
"scripts": {
"api-testing": "mocha --timeout 0 --parallel --recursive tests/api-testing",
"doc": "jsdoc -c jsdoc.json",
"eslint-fix": "eslint --cache --ext .js,.json --fix .",
"eslint": "eslint --cache --ext .js,.json .",
"screenshots-all": "grunt screenshots-all",
"selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily",
"selenium-test": "wdio tests/selenium/wdio.conf.js",
"test": "grunt test && node build/checkModules.js"
},
"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",
"api-testing": "1.6.0",
"eslint-config-wikimedia": "0.28.2",
"grunt": "1.6.1",
"grunt-banana-checker": "0.13.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "24.3.0",
"grunt-image": "5.0.1",
"grunt-mocha-test": "0.13.3",
"grunt-stylelint": "0.20.1",
"grunt-tyops": "0.1.1",
"jimp": "0.13.0",
"jsdoc": "4.0.3",
"jsdoc-wmf-theme": "1.1.0",
"mocha": "5.2.0",
"selenium-webdriver": "3.6.0",
"stringify-object": "3.2.2",
"stylelint-config-wikimedia": "0.17.2",
"wdio-mediawiki": "2.5.0"
}
}