mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "Moodle",
|
|
"private": true,
|
|
"description": "Moodle",
|
|
"devDependencies": {
|
|
"@babel/core": "7.9.0",
|
|
"@babel/plugin-proposal-class-properties": "7.8.3",
|
|
"@babel/plugin-proposal-json-strings": "7.8.3",
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
"@babel/plugin-syntax-import-meta": "7.8.3",
|
|
"@babel/preset-env": "7.9.5",
|
|
"ajv": "6.12.2",
|
|
"async": "3.2.0",
|
|
"babel-eslint": "10.1.0",
|
|
"babel-plugin-system-import-transformer": "^4.0.0",
|
|
"babel-plugin-transform-es2015-modules-amd-lazy": "2.0.1",
|
|
"babel-preset-minify": "0.5.1",
|
|
"eslint": "6.8.0",
|
|
"eslint-plugin-babel": "5.3.0",
|
|
"eslint-plugin-promise": "4.2.1",
|
|
"fb-watchman": "2.0.1",
|
|
"gherkin-lint": "4.0.1",
|
|
"glob": "7.1.6",
|
|
"grunt": "1.1.0",
|
|
"grunt-babel": "8.0.0",
|
|
"grunt-contrib-uglify": "4.0.1",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-sass": "3.1.0",
|
|
"grunt-stylelint": "0.15.0",
|
|
"jshint": "^2.11.0",
|
|
"node-sass": "^4.14.0",
|
|
"semver": "7.3.2",
|
|
"shifter": "https://github.com/andrewnicols/shifter/archive/v1.2.0_moodle-0.tar.gz",
|
|
"stylelint": "13.3.3",
|
|
"stylelint-checkstyle-formatter": "0.1.2",
|
|
"stylelint-csstree-validator": "1.8.0",
|
|
"xmldom": "0.3.0",
|
|
"xpath": "0.0.27"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.15.0 <15"
|
|
}
|
|
}
|