8e8c8d86cc
Version 14.0.0 has just been released as stable, and will make its way to an LTS release which will be supported until 30th April 2023. At time of writing it is the "Current stable" release and will remain in this phase until 20th October 2020, at whciih point it will transition to LTS status.
31 lines
803 B
JSON
31 lines
803 B
JSON
{
|
|
"name": "Moodle",
|
|
"private": true,
|
|
"description": "Moodle",
|
|
"devDependencies": {
|
|
"async": "1.5.2",
|
|
"eslint": "4.6.1",
|
|
"eslint-plugin-promise": "3.5.0",
|
|
"gherkin-lint": "1.1.3",
|
|
"grunt": "1.0.1",
|
|
"grunt-contrib-less": "1.3.0",
|
|
"grunt-contrib-uglify": "1.0.1",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-eslint": "20.1.0",
|
|
"grunt-sass": "2.1.0",
|
|
"grunt-stylelint": "0.6.0",
|
|
"jshint": "^2.11.0",
|
|
"node-sass": "^4.14.0",
|
|
"semver": "5.3.0",
|
|
"shifter": "https://github.com/andrewnicols/shifter/archive/v0.5.0_moodle-0.tar.gz",
|
|
"stylelint": "8.0.0",
|
|
"stylelint-checkstyle-formatter": "0.1.0",
|
|
"stylelint-csstree-validator": "1.1.1",
|
|
"xmldom": "0.1.22",
|
|
"xpath": "0.0.23"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0 <15"
|
|
}
|
|
}
|