mediawiki-extensions-CodeEd.../package.json
Derk-Jan Hartman 9912b57684 Ace: Handle updates via npm and grunt
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
2018-08-19 14:13:53 +02:00

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"
}
}