Commit | Line | Data |
---|---|---|
adeb96d2 | 1 | { |
3adb62b7 DP |
2 | "name": "Moodle", |
3 | "private": true, | |
4 | "description": "Moodle", | |
5 | "devDependencies": { | |
c53f86d4 RW |
6 | "@babel/core": "7.4.5", |
7 | "@babel/plugin-proposal-class-properties": "7.4.4", | |
8 | "@babel/plugin-proposal-json-strings": "7.2.0", | |
9 | "@babel/plugin-syntax-dynamic-import": "7.2.0", | |
10 | "@babel/plugin-syntax-import-meta": "7.2.0", | |
11 | "@babel/preset-env": "7.4.5", | |
12 | "ajv": "6.9.1", | |
2ce91090 | 13 | "async": "1.5.2", |
c53f86d4 RW |
14 | "babel-eslint": "10.0.1", |
15 | "babel-plugin-transform-es2015-modules-amd-lazy": "2.0.1", | |
16 | "babel-preset-minify": "0.5.0", | |
17 | "eslint": "4.12.1", | |
18 | "eslint-plugin-babel": "5.3.0", | |
66a91dda | 19 | "eslint-plugin-promise": "3.5.0", |
38d4f754 | 20 | "fb-watchman": "2.0.0", |
8b02e2d9 | 21 | "gherkin-lint": "1.1.3", |
c53f86d4 | 22 | "glob": "7.1.3", |
2ce91090 | 23 | "grunt": "1.0.1", |
c53f86d4 | 24 | "grunt-babel": "8.0.0", |
2ce91090 DP |
25 | "grunt-contrib-uglify": "1.0.1", |
26 | "grunt-contrib-watch": "1.0.0", | |
e970f8b3 | 27 | "grunt-eslint": "20.1.0", |
af9edb2e | 28 | "grunt-sass": "2.1.0", |
855fc5d8 | 29 | "grunt-stylelint": "0.6.0", |
d2c7175a | 30 | "semver": "5.3.0", |
30db70ab | 31 | "shifter": "0.5.0", |
09074c91 | 32 | "stylelint": "8.0.0", |
091a1f92 | 33 | "stylelint-checkstyle-formatter": "0.1.0", |
0a023e5f | 34 | "stylelint-csstree-validator": "1.1.1", |
2ce91090 | 35 | "xmldom": "0.1.22", |
30db70ab | 36 | "xpath": "0.0.23" |
2ce91090 DP |
37 | }, |
38 | "engines": { | |
22d03230 | 39 | "node": ">=8.9 <9" |
3adb62b7 | 40 | } |
adeb96d2 | 41 | } |