mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-14 19:14:41 +00:00
9912b57684
In order to update run npm install grunt update-ace This should handle all processing of updating ace, other than updating any ResourceLoader settings etc. Change-Id: I7793e49fa93e34fda96ccc69cc082cc0ac3f67ad
25 lines
617 B
JSON
25 lines
617 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.2.9",
|
|
"eslint-config-wikimedia": "0.5.0",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-contrib-clean": "1.1.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-eslint": "20.1.0",
|
|
"grunt-exec": "3.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.9.0",
|
|
"postcss-less": "1.1.3",
|
|
"stylelint": "8.2.0",
|
|
"stylelint-config-wikimedia": "0.4.2"
|
|
}
|
|
}
|