mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
4194d2ea63
Making use of SVGO for further minification of the included SVGs, based on MediaWiki's SVG Coding Conventions. Also: - Updating 'grunt image' to the latest version - Improving SVGs accordingly Bug: T185596 Change-Id: I882f0c6e2b5011fd51edb6106a3e22581989b834
31 lines
758 B
JSON
31 lines
758 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"
|
|
},
|
|
"devDependencies": {
|
|
"babel-polyfill": "6.9.1",
|
|
"eslint-config-wikimedia": "0.5.0",
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-eslint": "20.1.0",
|
|
"grunt-image": "4.1.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-mocha-test": "0.12.7",
|
|
"grunt-stylelint": "0.9.0",
|
|
"grunt-tyops": "0.1.0",
|
|
"jimp": "0.2.24",
|
|
"mocha": "2.5.3",
|
|
"selenium-webdriver": "2.53.2",
|
|
"stylelint": "8.2.0",
|
|
"stylelint-config-wikimedia": "0.4.2"
|
|
}
|
|
}
|