2015-02-22 14:50:20 +08:00
|
|
|
{
|
2016-05-11 10:19:30 +01:00
|
|
|
"name": "Moodle",
|
|
|
|
"private": true,
|
|
|
|
"description": "Moodle",
|
|
|
|
"devDependencies": {
|
2022-02-18 08:52:45 +08:00
|
|
|
"@babel/core": "7.17.5",
|
|
|
|
"@babel/plugin-proposal-class-properties": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-json-strings": "7.16.7",
|
2020-04-22 08:14:45 +08:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
2022-02-18 08:52:45 +08:00
|
|
|
"@babel/plugin-syntax-import-meta": "7.10.4",
|
|
|
|
"@babel/preset-env": "7.16.11",
|
2023-02-03 10:18:57 +08:00
|
|
|
"ajv": "^8.12.0",
|
|
|
|
"async": "^3.2.4",
|
2023-03-09 08:06:33 +08:00
|
|
|
"babel-eslint": "10.1.0",
|
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",
|
2023-03-09 08:06:34 +08:00
|
|
|
"babel-preset-minify": "0.5.1",
|
2022-02-18 08:29:59 +08:00
|
|
|
"cross-env": "^7.0.3",
|
2023-02-03 10:18:57 +08:00
|
|
|
"docdash": "^2.0.1",
|
|
|
|
"eslint": "^8.33.0",
|
|
|
|
"eslint-plugin-babel": "^5.3.1",
|
|
|
|
"eslint-plugin-jsdoc": "^39.7.5",
|
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
|
|
"fb-watchman": "^2.0.2",
|
2021-08-01 16:26:19 +02:00
|
|
|
"gherkin-lint": "^4.2.2",
|
2023-02-03 10:18:57 +08:00
|
|
|
"glob": "^8.1.0",
|
|
|
|
"grunt": "^1.6.1",
|
2020-04-22 08:14:45 +08:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2022-02-18 08:52:45 +08:00
|
|
|
"grunt-eslint": "24.0.0",
|
2023-03-09 08:07:12 +08:00
|
|
|
"grunt-jsdoc": "^2.4.1",
|
2022-02-18 08:57:51 +08:00
|
|
|
"grunt-rollup": "^11.9.0",
|
2020-04-22 08:14:45 +08:00
|
|
|
"grunt-sass": "3.1.0",
|
2023-02-03 11:24:18 +08:00
|
|
|
"grunt-stylelint": "^0.18.0",
|
2022-02-18 08:29:59 +08:00
|
|
|
"hugo-bin": "^0.80.2",
|
2021-03-19 07:48:14 +08:00
|
|
|
"hugo-lunr-indexer": "^1.1.3",
|
2023-02-03 10:18:57 +08:00
|
|
|
"jsdoc": "^4.0.0",
|
|
|
|
"jsdoc-to-markdown": "^8.0.0",
|
|
|
|
"jshint": "^2.13.6",
|
2022-04-18 15:25:56 +08:00
|
|
|
"jstoxml": "^3.2.3",
|
2023-03-09 08:07:16 +08:00
|
|
|
"node-sass": "^7.0.1",
|
2021-03-19 07:48:14 +08:00
|
|
|
"npm-run-all": "^4.1.5",
|
2023-02-03 11:24:18 +08:00
|
|
|
"postcss-scss": "^4.0.6",
|
2023-03-09 08:06:33 +08:00
|
|
|
"rollup-plugin-terser": "^7.0.2",
|
2023-02-03 10:18:57 +08:00
|
|
|
"semver": "^7.3.8",
|
2023-03-09 08:07:11 +08:00
|
|
|
"shifter": "https://github.com/andrewnicols/shifter/archive/v1.2.0_moodle-0.tar.gz",
|
2023-02-03 11:24:18 +08:00
|
|
|
"stylelint": "^14.16.1",
|
|
|
|
"stylelint-csstree-validator": "^2.1.0",
|
2021-08-01 16:26:19 +02:00
|
|
|
"xmldom": "^0.6.0",
|
2023-02-03 10:18:57 +08:00
|
|
|
"xpath": "^0.0.32"
|
2016-06-28 17:45:11 +01:00
|
|
|
},
|
|
|
|
"engines": {
|
2022-11-04 12:35:37 +08:00
|
|
|
"node": ">=18.12.0 <19"
|
2022-02-18 08:52:45 +08:00
|
|
|
},
|
2023-03-09 08:06:33 +08:00
|
|
|
"dependencies": {
|
|
|
|
"@babel/eslint-parser": "^7.17.0"
|
|
|
|
},
|
2023-02-03 13:47:50 +08:00
|
|
|
"browserslist": [
|
|
|
|
">0.3%",
|
|
|
|
"last 2 versions",
|
|
|
|
"not Android < 5",
|
|
|
|
"not ie >= 0",
|
|
|
|
"not op_mini all",
|
|
|
|
"not Opera > 0",
|
|
|
|
"not dead"
|
|
|
|
]
|
2015-02-22 14:50:20 +08:00
|
|
|
}
|