Merge branch 'MDL-69086-38' of git://github.com/andrewnicols/moodle into MOODLE_38_STABLE
[moodle.git] / package.json
blobaa68ea87cb5994815949544f8aad3b3916af8de7
2   "name": "Moodle",
3   "private": true,
4   "description": "Moodle",
5   "devDependencies": {
6     "@babel/core": "7.4.5",
7     "@babel/plugin-proposal-class-properties": "7.4.4",
8     "@babel/plugin-proposal-json-strings": "7.2.0",
9     "@babel/plugin-syntax-dynamic-import": "7.2.0",
10     "@babel/plugin-syntax-import-meta": "7.2.0",
11     "@babel/preset-env": "7.4.5",
12     "ajv": "6.9.1",
13     "async": "1.5.2",
14     "babel-eslint": "10.0.1",
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.0",
18     "eslint": "4.12.1",
19     "eslint-plugin-babel": "5.3.0",
20     "eslint-plugin-promise": "3.5.0",
21     "fb-watchman": "2.0.0",
22     "gherkin-lint": "1.1.3",
23     "glob": "7.1.3",
24     "grunt": "1.0.1",
25     "grunt-babel": "8.0.0",
26     "grunt-contrib-uglify": "1.0.1",
27     "grunt-contrib-watch": "1.0.0",
28     "grunt-eslint": "20.1.0",
29     "grunt-sass": "2.1.0",
30     "grunt-stylelint": "0.6.0",
31     "jshint": "^2.11.0",
32     "node-sass": "^4.14.0",
33     "semver": "5.3.0",
34     "shifter": "https://github.com/andrewnicols/shifter/archive/v0.5.0_moodle-0.tar.gz",
35     "stylelint": "8.0.0",
36     "stylelint-checkstyle-formatter": "0.1.0",
37     "stylelint-csstree-validator": "1.1.1",
38     "xmldom": "0.1.22",
39     "xpath": "0.0.23"
40   },
41   "engines": {
42     "node": ">=14.0.0 <15"
43   }