mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-14 11:04:38 +00:00
faf23a2fa3
* eslint-config-wikimedia: 0.28.0 → 0.28.2 The following rules are failing and were disabled: * modules: * es-x/no-object-assign * grunt-stylelint: 0.20.0 → 0.20.1 * stylelint-config-wikimedia: 0.17.1 → 0.17.2 Change-Id: Ic603e46d510db344805408a972355249455a177e
22 lines
506 B
JSON
22 lines
506 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.32.7",
|
|
"eslint-config-wikimedia": "0.28.2",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.13.0",
|
|
"grunt-contrib-clean": "2.0.1",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-eslint": "24.3.0",
|
|
"grunt-exec": "3.0.0",
|
|
"grunt-stylelint": "0.20.1",
|
|
"stylelint-config-wikimedia": "0.17.2"
|
|
}
|
|
}
|