mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "Moodle",
|
|
"private": true,
|
|
"description": "Moodle",
|
|
"devDependencies": {
|
|
"@babel/core": "7.4.5",
|
|
"@babel/plugin-proposal-class-properties": "7.4.4",
|
|
"@babel/plugin-proposal-json-strings": "7.2.0",
|
|
"@babel/plugin-syntax-dynamic-import": "7.2.0",
|
|
"@babel/plugin-syntax-import-meta": "7.2.0",
|
|
"@babel/preset-env": "7.4.5",
|
|
"ajv": "6.9.1",
|
|
"async": "1.5.2",
|
|
"babel-eslint": "10.0.1",
|
|
"babel-plugin-system-import-transformer": "^4.0.0",
|
|
"babel-plugin-transform-es2015-modules-amd-lazy": "2.0.1",
|
|
"babel-preset-minify": "0.5.0",
|
|
"eslint": "4.12.1",
|
|
"eslint-plugin-babel": "5.3.0",
|
|
"eslint-plugin-promise": "3.5.0",
|
|
"fb-watchman": "2.0.0",
|
|
"gherkin-lint": "1.1.3",
|
|
"glob": "7.1.3",
|
|
"grunt": "1.0.1",
|
|
"grunt-babel": "8.0.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.10.2",
|
|
"semver": "5.3.0",
|
|
"shifter": "0.5.0",
|
|
"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": ">=8.9 <9"
|
|
}
|
|
}
|