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