MDL-80313 upgrade: Fix typo, Moodle 4.1.2 is 2022112802
[moodle.git] / package.json
blob3d8f926f9210a495ef9ade960c6f83b184ab50f4
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/eslint-plugin": "7.19.1",
9     "@babel/preset-env": "7.16.11",
10     "@xmldom/xmldom": "^0.8.7",
11     "ajv": "8.10.0",
12     "async": "3.2.3",
13     "babel-plugin-system-import-transformer": "^4.0.0",
14     "babel-plugin-transform-es2015-modules-amd-lazy": "2.0.1",
15     "babel-preset-minify": "0.5.1",
16     "cross-env": "^7.0.3",
17     "docdash": "^1.2.0",
18     "eslint": "8.41.0",
19     "eslint-plugin-jsdoc": "^37.9.4",
20     "eslint-plugin-promise": "6.0.0",
21     "fb-watchman": "2.0.1",
22     "gherkin-lint": "^4.2.2",
23     "git-tags-remote": "^1.0.5",
24     "glob": "7.2.0",
25     "grunt": "^1.4.1",
26     "grunt-contrib-uglify": "5.0.1",
27     "grunt-contrib-watch": "1.1.0",
28     "grunt-eslint": "24.0.0",
29     "grunt-jsdoc": "^2.4.1",
30     "grunt-rollup": "^11.9.0",
31     "grunt-sass": "3.1.0",
32     "grunt-stylelint": "0.15.0",
33     "hugo-bin": "^0.80.2",
34     "hugo-lunr-indexer": "^1.1.3",
35     "jsdoc": "^3.6.10",
36     "jsdoc-to-markdown": "^7.1.1",
37     "jshint": "^2.13.4",
38     "jstoxml": "^3.2.3",
39     "npm-run-all": "^4.1.5",
40     "rollup-plugin-terser": "^7.0.2",
41     "sass": "^1.58.3",
42     "semver": "7.3.5",
43     "shifter": "https://github.com/andrewnicols/shifter/archive/v1.2.0_moodle-0.tar.gz",
44     "stylelint": "13.3.3",
45     "stylelint-checkstyle-formatter": "0.1.2",
46     "stylelint-csstree-validator": "1.8.0",
47     "xpath": "0.0.32"
48   },
49   "engines": {
50     "node": ">=16.14.0 <17"
51   }