mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-23 23:03:46 +00:00
f3293c8a6a
* Updated grunt to 1.0.4, addressing: * https://npmjs.com/advisories/788 * https://npmjs.com/advisories/813 * Updated stylelint-config-wikimedia to 0.6.0, addressing: * https://npmjs.com/advisories/786 Committed package-lock.json (T179229) too. Change-Id: I49af3e3901457d68bd12c2e78dc4018480e771e3
23 lines
530 B
JSON
23 lines
530 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.12.0",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-contrib-clean": "2.0.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-exec": "3.0.0",
|
|
"grunt-stylelint": "0.10.1",
|
|
"postcss-less": "1.1.3",
|
|
"stylelint-config-wikimedia": "0.6.0"
|
|
}
|
|
}
|