MDL-81419 core: Ensure that frames exist before checking them
[moodle.git] / package.json
blob35410165952e8731a76144fe792fd0cc455d7fc5
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.12.0",
12     "async": "^3.2.5",
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": "^2.0.2",
18     "eslint": "^8.56.0",
19     "eslint-plugin-jsdoc": "^48.0.4",
20     "eslint-plugin-promise": "6.0.0",
21     "fb-watchman": "^2.0.2",
22     "gherkin-lint": "^4.2.2",
23     "git-tags-remote": "^1.0.5",
24     "glob": "^10.3.10",
25     "grunt": "^1.6.1",
26     "grunt-contrib-watch": "1.1.0",
27     "grunt-eslint": "24.0.0",
28     "grunt-rollup": "^11.9.0",
29     "grunt-sass": "3.1.0",
30     "grunt-stylelint": "^0.19.0",
31     "hugo-bin": "^0.80.2",
32     "hugo-lunr-indexer": "^1.1.3",
33     "jsdoc": "^4.0.2",
34     "jsdoc-to-markdown": "^8.0.0",
35     "jshint": "^2.13.4",
36     "jstoxml": "^3.2.3",
37     "npm-run-all": "^4.1.5",
38     "postcss-scss": "^4.0.9",
39     "rollup-plugin-terser": "^7.0.2",
40     "sass": "^1.58.3",
41     "semver": "7.3.5",
42     "shifter": "https://github.com/andrewnicols/shifter/archive/v1.2.0_moodle-0.tar.gz",
43     "stylelint": "^15.11.0",
44     "stylelint-csstree-validator": "^3.0.0",
45     "xpath": "0.0.32"
46   },
47   "engines": {
48     "node": ">=20.11.0 <21"
49   },
50   "browserslist": [
51     ">0.3%",
52     "last 2 versions",
53     "not ie >= 0",
54     "not op_mini all",
55     "not Opera > 0",
56     "not dead"
57   ]