Moodle release 4.2beta
[moodle.git] / package.json
blobfe711467f01533bd6f2566ff41446e081a46dd07
2   "name": "Moodle",
3   "private": true,
4   "description": "Moodle",
5   "devDependencies": {
6     "@babel/core": "7.17.5",
7     "@babel/eslint-parser": "^7.21.3",
8     "@babel/plugin-proposal-class-properties": "7.16.7",
9     "@babel/plugin-proposal-json-strings": "7.16.7",
10     "@babel/plugin-syntax-dynamic-import": "7.8.3",
11     "@babel/plugin-syntax-import-meta": "7.10.4",
12     "@babel/preset-env": "7.16.11",
13     "@xmldom/xmldom": "^0.8.7",
14     "ajv": "8.10.0",
15     "async": "3.2.3",
16     "babel-eslint": "10.1.0",
17     "babel-plugin-system-import-transformer": "^4.0.0",
18     "babel-plugin-transform-es2015-modules-amd-lazy": "2.0.1",
19     "babel-preset-minify": "0.5.1",
20     "cross-env": "^7.0.3",
21     "docdash": "^1.2.0",
22     "eslint": "8.9.0",
23     "eslint-plugin-babel": "5.3.1",
24     "eslint-plugin-jsdoc": "^37.9.4",
25     "eslint-plugin-promise": "6.0.0",
26     "fb-watchman": "2.0.1",
27     "gherkin-lint": "^4.2.2",
28     "git-tags-remote": "^1.0.5",
29     "glob": "7.2.0",
30     "grunt": "^1.4.1",
31     "grunt-contrib-uglify": "5.0.1",
32     "grunt-contrib-watch": "1.1.0",
33     "grunt-eslint": "24.0.0",
34     "grunt-jsdoc": "^2.4.1",
35     "grunt-rollup": "^11.9.0",
36     "grunt-sass": "3.1.0",
37     "grunt-stylelint": "0.15.0",
38     "hugo-bin": "^0.80.2",
39     "hugo-lunr-indexer": "^1.1.3",
40     "jsdoc": "^3.6.10",
41     "jsdoc-to-markdown": "^7.1.1",
42     "jshint": "^2.13.4",
43     "jstoxml": "^3.2.3",
44     "npm-run-all": "^4.1.5",
45     "rollup-plugin-terser": "^7.0.2",
46     "sass": "^1.58.3",
47     "semver": "7.3.5",
48     "shifter": "https://github.com/andrewnicols/shifter/archive/v1.2.0_moodle-0.tar.gz",
49     "stylelint": "13.3.3",
50     "stylelint-checkstyle-formatter": "0.1.2",
51     "stylelint-csstree-validator": "1.8.0",
52     "xpath": "0.0.32"
53   },
54   "engines": {
55     "node": ">=16.14.0 <17"
56   }