mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-13 17:48:17 +00:00
6e71e1c0c3
This fixes a bunch of warnings from `npm audit`. Change-Id: I31321f2f19421944787279923e010f8093789d5e
32 lines
809 B
JSON
32 lines
809 B
JSON
{
|
|
"name": "visualeditor",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the VisualEditor-MediaWiki extension.",
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck",
|
|
"postdoc": "grunt copy:jsduck",
|
|
"screenshots-all": "grunt screenshots-all"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.6.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": "21.0.0",
|
|
"grunt-image": "4.2.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-mocha-test": "0.12.7",
|
|
"grunt-stylelint": "0.10.0",
|
|
"grunt-tyops": "0.1.0",
|
|
"jimp": "0.2.28",
|
|
"mocha": "5.2.0",
|
|
"selenium-webdriver": "3.6.0",
|
|
"stylelint": "9.3.0",
|
|
"stylelint-config-wikimedia": "0.4.3"
|
|
}
|
|
}
|