mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-15 03:23:45 +00:00
7629004d05
eslint-config-wikimedia 0.4.0 → 0.5.0 grunt-banana-checker 0.5.0 → 0.6.0 grunt-eslint 19.0.0 → 20.1.0 grunt-stylelint 0.6.0 → 0.8.0 Change-Id: Ia01949112243c5a496896c0a3a5eda261e0f66bd
20 lines
463 B
JSON
20 lines
463 B
JSON
{
|
|
"name": "codeeditor",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the CodeEditor extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.5.0",
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-eslint": "20.1.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.8.0",
|
|
"stylelint": "7.8.0",
|
|
"stylelint-config-wikimedia": "0.4.1"
|
|
}
|
|
}
|