2015-02-22 14:50:20 +08:00
|
|
|
{
|
2016-05-11 10:19:30 +01:00
|
|
|
"name": "Moodle",
|
|
|
|
"private": true,
|
|
|
|
"description": "Moodle",
|
|
|
|
"devDependencies": {
|
2018-07-11 15:54:52 +08:00
|
|
|
"@babel/core": "7.4.5",
|
|
|
|
"@babel/plugin-proposal-class-properties": "7.4.4",
|
|
|
|
"@babel/plugin-proposal-json-strings": "7.2.0",
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "7.2.0",
|
|
|
|
"@babel/plugin-syntax-import-meta": "7.2.0",
|
|
|
|
"@babel/preset-env": "7.4.5",
|
|
|
|
"ajv": "6.9.1",
|
2016-06-28 17:45:11 +01:00
|
|
|
"async": "1.5.2",
|
2018-07-11 15:54:52 +08:00
|
|
|
"babel-eslint": "10.0.1",
|
2019-09-11 14:06:32 +08:00
|
|
|
"babel-plugin-system-import-transformer": "^4.0.0",
|
2018-07-11 15:54:52 +08:00
|
|
|
"babel-plugin-transform-es2015-modules-amd-lazy": "2.0.1",
|
|
|
|
"babel-preset-minify": "0.5.0",
|
|
|
|
"eslint": "4.12.1",
|
|
|
|
"eslint-plugin-babel": "5.3.0",
|
2016-12-16 10:13:25 +00:00
|
|
|
"eslint-plugin-promise": "3.5.0",
|
2019-01-10 10:24:08 +08:00
|
|
|
"fb-watchman": "2.0.0",
|
2016-10-20 10:53:05 +01:00
|
|
|
"gherkin-lint": "1.1.3",
|
2018-07-11 15:54:52 +08:00
|
|
|
"glob": "7.1.3",
|
2016-06-28 17:45:11 +01:00
|
|
|
"grunt": "1.0.1",
|
2018-07-11 15:54:52 +08:00
|
|
|
"grunt-babel": "8.0.0",
|
2016-06-28 17:45:11 +01:00
|
|
|
"grunt-contrib-uglify": "1.0.1",
|
|
|
|
"grunt-contrib-watch": "1.0.0",
|
2017-09-12 09:23:46 +01:00
|
|
|
"grunt-eslint": "20.1.0",
|
2018-06-21 17:56:30 +02:00
|
|
|
"grunt-sass": "2.1.0",
|
2016-07-05 15:56:53 +01:00
|
|
|
"grunt-stylelint": "0.6.0",
|
2020-04-21 20:58:34 +08:00
|
|
|
"jshint": "^2.11.0",
|
|
|
|
"node-sass": "^4.14.0",
|
2016-09-05 14:54:01 +01:00
|
|
|
"semver": "5.3.0",
|
2016-05-13 21:20:21 +01:00
|
|
|
"shifter": "0.5.0",
|
2017-07-19 13:45:47 +01:00
|
|
|
"stylelint": "8.0.0",
|
2016-08-02 18:52:41 +01:00
|
|
|
"stylelint-checkstyle-formatter": "0.1.0",
|
2017-07-19 13:57:07 +01:00
|
|
|
"stylelint-csstree-validator": "1.1.1",
|
2016-06-28 17:45:11 +01:00
|
|
|
"xmldom": "0.1.22",
|
2016-05-13 21:20:21 +01:00
|
|
|
"xpath": "0.0.23"
|
2016-06-28 17:45:11 +01:00
|
|
|
},
|
|
|
|
"engines": {
|
2020-04-21 20:58:34 +08:00
|
|
|
"node": ">=14.0.0 <15"
|
2016-05-11 10:19:30 +01:00
|
|
|
}
|
2015-02-22 14:50:20 +08:00
|
|
|
}
|