aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 6229e23edbf1740df1db7526b8cfdd1873c16c98 (plain) (blame)
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
42
43
44
45
{
  "private": true,
  "scripts": {
    "build": "grunt minify",
    "test": "grunt lint",
    "qunit": "grunt qunit",
    "doc": "jsduck",
    "postdoc": "grunt copy:jsduck",
    "selenium": "wdio ./tests/selenium/wdio.conf.js",
    "selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily",
    "selenium-test": "wdio ./tests/selenium/wdio.conf.js --skip-chromedriver"
  },
  "devDependencies": {
    "@wdio/cli": "5.13.2",
    "@wdio/devtools-service": "5.13.2",
    "@wdio/dot-reporter": "5.13.2",
    "@wdio/junit-reporter": "5.13.2",
    "@wdio/local-runner": "5.13.2",
    "@wdio/mocha-framework": "5.13.2",
    "@wdio/sauce-service": "5.13.2",
    "@wdio/sync": "5.13.2",
    "chromedriver": "73.0.0",
    "eslint-config-wikimedia": "0.14.3",
    "grunt": "1.0.4",
    "grunt-banana-checker": "0.7.0",
    "grunt-contrib-copy": "1.0.0",
    "grunt-contrib-watch": "1.1.0",
    "grunt-eslint": "21.0.0",
    "grunt-karma": "3.0.2",
    "grunt-stylelint": "0.11.0",
    "grunt-svgmin": "5.0.0",
    "jpeg-js": "0.3.5",
    "karma": "3.1.4",
    "karma-chrome-launcher": "2.2.0",
    "karma-firefox-launcher": "1.1.0",
    "karma-mocha-reporter": "2.2.5",
    "karma-qunit": "2.1.0",
    "postcss-less": "2.0.0",
    "qunit": "2.9.1",
    "stylelint-config-wikimedia": "0.6.0",
    "wdio-chromedriver-service": "5.0.2",
    "wdio-mediawiki": "file:tests/selenium/wdio-mediawiki",
    "webdriverio": "5.13.2"
  }
}