mediawiki-extensions-CodeEd.../package.json
libraryupgrader 0d8d458648 build: Updating npm dependencies
* eslint-config-wikimedia: 0.16.2 → 0.17.0
  The following rules are failing and were disabled:
  * no-shadow

* grunt: 1.2.1 → 1.3.0

Change-Id: I63254626f9b35eab8a5a1fc9afdb6c458e073f2f
2020-09-05 11:07:42 +00:00

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.17.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.15.0",
"postcss-less": "1.1.3",
"stylelint-config-wikimedia": "0.10.1"
}
}