-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 970 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "moodle-mod_astra",
"version": "1.11.0",
"private": true,
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-json-strings": "7.8.3",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.8.3",
"@babel/preset-env": "7.9.5",
"babel-eslint": "10.1.0",
"babel-plugin-system-import-transformer": "^4.0.0",
"babel-plugin-transform-es2015-modules-amd-lazy": "2.0.1",
"babel-preset-minify": "0.5.1",
"eslint": "6.8.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-promise": "4.2.1",
"grunt": "1.1.0",
"grunt-babel": "8.0.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "22.0.0",
"grunt-jsdoc": "^2.4.1",
"grunt-sass": "3.1.0",
"grunt-stylelint": "0.15.0",
"jshint": "^2.11.0"
},
"engines": {
"node": ">=14.15.0 <15"
}
}