`npm audit` found 27 vulnerabilities (11 low, 12 moderate, 4 high). `npm audit fix` fixed most of them. There are 8 vulnerabilities remaining (2 low, 6 moderate). Bug: T194280 Change-Id: I05d80bc38d16be8249a27d94dad8e13c65139545
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"qunit": "grunt qunit",
|
|
"doc": "jsduck",
|
|
"postdoc": "grunt copy:jsduck",
|
|
"selenium": "bash ./tests/selenium/selenium.sh",
|
|
"selenium-test": "wdio ./tests/selenium/wdio.conf.js"
|
|
},
|
|
"devDependencies": {
|
|
"deepmerge": "1.3.2",
|
|
"eslint": "4.9.0",
|
|
"eslint-config-wikimedia": "0.5.0",
|
|
"eslint-plugin-qunit": "3.2.1",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "20.1.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-karma": "2.0.0",
|
|
"grunt-stylelint": "0.10.0",
|
|
"karma": "2.0.2",
|
|
"karma-chrome-launcher": "2.2.0",
|
|
"karma-firefox-launcher": "1.0.1",
|
|
"karma-mocha-reporter": "2.2.5",
|
|
"karma-qunit": "2.0.1",
|
|
"postcss-less": "1.1.5",
|
|
"qunit": "2.6.0",
|
|
"stylelint": "9.2.0",
|
|
"stylelint-config-wikimedia": "0.4.3",
|
|
"wdio-junit-reporter": "0.2.0",
|
|
"wdio-mediawiki": "file:tests/selenium/wdio-mediawiki",
|
|
"wdio-mocha-framework": "0.5.13",
|
|
"wdio-sauce-service": "0.3.1",
|
|
"wdio-spec-reporter": "0.0.5",
|
|
"webdriverio": "4.12.0"
|
|
}
|
|
}
|