mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-23 23:03:46 +00:00
dc2269cc6f
Additional changes: * eslint: Renamed `wikimedia/client` profile to `client-es5` (T277085). Change-Id: I7ed4641f8b4b97b6f29c0bfbf4c2d553296551ae
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.19.0",
|
|
"grunt": "1.3.0",
|
|
"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.10.3"
|
|
}
|
|
}
|