-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
31 lines (31 loc) · 917 Bytes
/
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
{
"name": "echo",
"version": "0.0.1",
"private": true,
"description": "Build tools for Echo.",
"scripts": {
"test": "grunt test",
"doc": "jsdoc -c jsdoc.json",
"minify:svg": "svgo --config=.svgo.config.js --quiet --recursive --folder modules/icons/",
"selenium-test": "wdio tests/selenium/wdio.conf.js",
"selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily"
},
"devDependencies": {
"@wdio/cli": "7.16.13",
"@wdio/junit-reporter": "7.16.13",
"@wdio/local-runner": "7.16.13",
"@wdio/mocha-framework": "7.33.0",
"@wdio/spec-reporter": "7.16.13",
"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-stylelint": "0.20.1",
"jsdoc": "4.0.4",
"jsdoc-wmf-theme": "1.1.0",
"stylelint-config-wikimedia": "0.18.0",
"svgo": "3.2.0",
"wdio-mediawiki": "2.6.0"
}
}