Commit | Line | Data |
---|---|---|
adeb96d2 | 1 | { |
3adb62b7 DP |
2 | "name": "Moodle", |
3 | "private": true, | |
4 | "description": "Moodle", | |
5 | "devDependencies": { | |
5b4debd2 AN |
6 | "@babel/core": "7.9.0", |
7 | "@babel/plugin-proposal-class-properties": "7.8.3", | |
8 | "@babel/plugin-proposal-json-strings": "7.8.3", | |
9 | "@babel/plugin-syntax-dynamic-import": "7.8.3", | |
10 | "@babel/plugin-syntax-import-meta": "7.8.3", | |
11 | "@babel/preset-env": "7.9.5", | |
12 | "ajv": "6.12.2", | |
13 | "async": "3.2.0", | |
14 | "babel-eslint": "10.1.0", | |
78b0a0c2 | 15 | "babel-plugin-system-import-transformer": "^4.0.0", |
c53f86d4 | 16 | "babel-plugin-transform-es2015-modules-amd-lazy": "2.0.1", |
5b4debd2 AN |
17 | "babel-preset-minify": "0.5.1", |
18 | "eslint": "6.8.0", | |
c53f86d4 | 19 | "eslint-plugin-babel": "5.3.0", |
5b4debd2 AN |
20 | "eslint-plugin-promise": "4.2.1", |
21 | "fb-watchman": "2.0.1", | |
22 | "gherkin-lint": "4.0.1", | |
23 | "glob": "7.1.6", | |
24 | "grunt": "1.1.0", | |
c53f86d4 | 25 | "grunt-babel": "8.0.0", |
5b4debd2 AN |
26 | "grunt-contrib-uglify": "4.0.1", |
27 | "grunt-contrib-watch": "1.1.0", | |
28 | "grunt-eslint": "22.0.0", | |
29 | "grunt-sass": "3.1.0", | |
30 | "grunt-stylelint": "0.15.0", | |
1591dc57 AN |
31 | "jshint": "^2.11.0", |
32 | "node-sass": "^4.14.0", | |
5b4debd2 | 33 | "semver": "7.3.2", |
4ad0f38a | 34 | "shifter": "https://github.com/andrewnicols/shifter/archive/v1.2.0_moodle-0.tar.gz", |
5b4debd2 AN |
35 | "stylelint": "13.3.3", |
36 | "stylelint-checkstyle-formatter": "0.1.2", | |
37 | "stylelint-csstree-validator": "1.8.0", | |
38 | "xmldom": "0.3.0", | |
39 | "xpath": "0.0.27" | |
2ce91090 DP |
40 | }, |
41 | "engines": { | |
3354f1f9 | 42 | "node": ">=14.15.0 <15" |
3adb62b7 | 43 | } |
adeb96d2 | 44 | } |