mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-14 19:14:41 +00:00
024d0332f3
* grunt-banana-checker: 0.10.0 → 0.11.0 * stylelint-config-wikimedia: 0.14.0 → 0.15.0 Change-Id: Ifecf31f6a86fd640ce5f9cc0cc2d9a89aeaea587
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.15.2",
|
|
"eslint-config-wikimedia": "0.25.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.11.0",
|
|
"grunt-contrib-clean": "2.0.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-eslint": "24.0.1",
|
|
"grunt-exec": "3.0.0",
|
|
"grunt-stylelint": "0.18.0",
|
|
"stylelint-config-wikimedia": "0.15.0"
|
|
}
|
|
}
|