MDL-76849 qtype_truefalse: Include question number in answer fields
[moodle.git] / package.json
blob11e89c84e748215e3d570c4aa1c87a089b9d4634
2   "name": "Moodle",
3   "private": true,
4   "description": "Moodle",
5   "devDependencies": {
6     "@babel/core": "7.17.5",
7     "@babel/eslint-parser": "^7.19.1",
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     "@rollup/plugin-terser": "^0.4.0",
14     "ajv": "^8.12.0",
15     "async": "^3.2.4",
16     "babel-plugin-system-import-transformer": "^4.0.0",
17     "babel-plugin-transform-es2015-modules-amd-lazy": "2.0.1",
18     "cross-env": "^7.0.3",
19     "docdash": "^2.0.1",
20     "eslint": "^8.33.0",
21     "eslint-plugin-babel": "^5.3.1",
22     "eslint-plugin-jsdoc": "^39.7.5",
23     "eslint-plugin-promise": "^6.1.1",
24     "fb-watchman": "^2.0.2",
25     "gherkin-lint": "^4.2.2",
26     "glob": "^8.1.0",
27     "grunt": "^1.6.1",
28     "grunt-contrib-watch": "1.1.0",
29     "grunt-eslint": "24.0.0",
30     "grunt-rollup": "^11.9.0",
31     "grunt-sass": "3.1.0",
32     "grunt-stylelint": "^0.18.0",
33     "hugo-bin": "^0.80.2",
34     "hugo-lunr-indexer": "^1.1.3",
35     "jsdoc": "^4.0.0",
36     "jsdoc-to-markdown": "^8.0.0",
37     "jshint": "^2.13.6",
38     "jstoxml": "^3.2.3",
39     "node-sass": "^8.0.0",
40     "npm-run-all": "^4.1.5",
41     "postcss-scss": "^4.0.6",
42     "rollup": "^3.17.3",
43     "semver": "^7.3.8",
44     "shifter": "https://github.com/andrewnicols/shifter/releases/download/v1.2.0_moodle-slim-0/shifter-1.2.0_moodle-slim-0.tar.gz",
45     "stylelint": "^14.16.1",
46     "stylelint-csstree-validator": "^2.1.0",
47     "xmldom": "^0.6.0",
48     "xpath": "^0.0.32"
49   },
50   "engines": {
51     "node": ">=18.12.0 <19"
52   },
53   "browserslist": [
54     ">0.3%",
55     "last 2 versions",
56     "not Android < 5",
57     "not ie >= 0",
58     "not op_mini all",
59     "not Opera > 0",
60     "not dead"
61   ]