Merge branch 'MDL-77428-311' of https://github.com/andelacruz/moodle into MOODLE_311_...
[moodle.git] / package.json
blobb292d56a47c94da53532726c9f3bcc575fce93c3
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     "docdash": "^2.0.1",
19     "eslint": "^8.33.0",
20     "eslint-plugin-babel": "^5.3.1",
21     "eslint-plugin-jsdoc": "^39.7.5",
22     "eslint-plugin-promise": "^6.1.1",
23     "fb-watchman": "^2.0.2",
24     "gherkin-lint": "^4.2.2",
25     "glob": "^8.1.0",
26     "grunt": "^1.6.1",
27     "grunt-babel": "8.0.0",
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     "jsdoc": "^4.0.0",
34     "jsdoc-to-markdown": "^8.0.0",
35     "jshint": "^2.13.6",
36     "jstoxml": "^3.2.3",
37     "node-sass": "^8.0.0",
38     "postcss-scss": "^4.0.6",
39     "rollup": "^3.17.3",
40     "semver": "^7.3.8",
41     "shifter": "https://github.com/andrewnicols/shifter/releases/download/v1.2.0_moodle-slim-0/shifter-1.2.0_moodle-slim-0.tar.gz",
42     "stylelint": "^14.16.1",
43     "stylelint-csstree-validator": "^2.1.0",
44     "xmldom": "^0.6.0",
45     "xpath": "^0.0.32"
46   },
47   "engines": {
48     "node": ">=18.12.0 <19"
49   },
50   "browserslist": [
51     ">0.25%",
52     "last 2 versions",
53     "not ie <= 10",
54     "not op_mini all",
55     "not Opera > 0",
56     "not dead",
57     "ie >= 11"
58   ]