mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-27 08:30:26 +00:00
7a771d4f8c
composer: * mediawiki/mediawiki-phan-config: 0.11.0 → 0.11.1 npm: * eslint-config-wikimedia: 0.20.0 → 0.21.0 * grunt: 1.4.0 → 1.4.1 * nanoid: 3.1.25 → 3.2.0 * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2 Change-Id: I368c326555329f168339870459344e4091d07d74
23 lines
532 B
JSON
23 lines
532 B
JSON
{
|
|
"name": "codeeditor",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the CodeEditor extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"ace-builds": "1.4.12",
|
|
"eslint-config-wikimedia": "0.21.0",
|
|
"grunt": "1.4.1",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-contrib-clean": "2.0.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-exec": "3.0.0",
|
|
"grunt-stylelint": "0.16.0",
|
|
"postcss-less": "1.1.3",
|
|
"stylelint-config-wikimedia": "0.11.1"
|
|
}
|
|
}
|