Moodle release 3.11.3
[moodle.git] / package.json
blob73239189bebbe3bf2ace37c449f75d0034903074
2   "name": "Moodle",
3   "private": true,
4   "description": "Moodle",
5   "devDependencies": {
6     "@babel/core": "7.9.0",
7     "@babel/plugin-proposal-class-properties": "7.8.3",
8     "@babel/plugin-proposal-json-strings": "7.8.3",
9     "@babel/plugin-syntax-dynamic-import": "7.8.3",
10     "@babel/plugin-syntax-import-meta": "7.8.3",
11     "@babel/preset-env": "7.9.5",
12     "ajv": "6.12.2",
13     "async": "3.2.0",
14     "babel-eslint": "10.1.0",
15     "babel-plugin-system-import-transformer": "^4.0.0",
16     "babel-plugin-transform-es2015-modules-amd-lazy": "2.0.1",
17     "babel-preset-minify": "0.5.1",
18     "docdash": "^1.2.0",
19     "eslint": "6.8.0",
20     "eslint-plugin-babel": "5.3.0",
21     "eslint-plugin-promise": "4.2.1",
22     "fb-watchman": "2.0.1",
23     "gherkin-lint": "^4.2.2",
24     "glob": "7.1.6",
25     "grunt": "^1.4.1",
26     "grunt-babel": "8.0.0",
27     "grunt-contrib-uglify": "4.0.1",
28     "grunt-contrib-watch": "1.1.0",
29     "grunt-eslint": "22.0.0",
30     "grunt-jsdoc": "^2.4.1",
31     "grunt-sass": "3.1.0",
32     "grunt-stylelint": "0.15.0",
33     "jsdoc": "^3.6.7",
34     "jsdoc-to-markdown": "^7.0.1",
35     "jshint": "^2.11.0",
36     "node-sass": "^4.14.0",
37     "semver": "7.3.2",
38     "shifter": "https://github.com/andrewnicols/shifter/archive/v1.2.0_moodle-0.tar.gz",
39     "stylelint": "13.3.3",
40     "stylelint-checkstyle-formatter": "0.1.2",
41     "stylelint-csstree-validator": "1.8.0",
42     "xmldom": "^0.6.0",
43     "xpath": "0.0.27"
44   },
45   "engines": {
46     "node": ">=14.15.0 <15"
47   }