Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
{
2
  "name": "Moodle",
3
  "private": true,
4
  "description": "Moodle",
1441 ariadna 5
  "scripts": {
6
    "upgradenote": "node .grunt/upgradenotes.mjs create"
7
  },
1 efrain 8
  "devDependencies": {
9
    "@babel/core": "7.17.5",
10
    "@babel/eslint-parser": "^7.21.3",
11
    "@babel/eslint-plugin": "7.19.1",
12
    "@babel/preset-env": "7.16.11",
13
    "@xmldom/xmldom": "^0.8.7",
14
    "ajv": "^8.12.0",
15
    "async": "^3.2.5",
16
    "babel-plugin-system-import-transformer": "^4.0.0",
17
    "babel-plugin-transform-es2015-modules-amd-lazy": "2.0.1",
18
    "babel-preset-minify": "0.5.1",
1441 ariadna 19
    "chalk": "^5.3.0",
20
    "commander": "^12.0.0",
1 efrain 21
    "cross-env": "^7.0.3",
22
    "docdash": "^2.0.2",
23
    "eslint": "^8.56.0",
24
    "eslint-plugin-jsdoc": "^48.0.4",
25
    "eslint-plugin-promise": "6.0.0",
26
    "fb-watchman": "^2.0.2",
27
    "gherkin-lint": "^4.2.2",
28
    "git-tags-remote": "^1.0.5",
29
    "glob": "^10.3.10",
30
    "grunt": "^1.6.1",
31
    "grunt-contrib-watch": "1.1.0",
32
    "grunt-eslint": "24.0.0",
33
    "grunt-rollup": "^11.9.0",
34
    "grunt-sass": "3.1.0",
35
    "grunt-stylelint": "^0.19.0",
36
    "hugo-bin": "^0.80.2",
37
    "hugo-lunr-indexer": "^1.1.3",
1441 ariadna 38
    "inquirer": "^9.2.15",
39
    "inquirer-search-list": "^1.2.6",
1 efrain 40
    "jsdoc": "^4.0.2",
41
    "jsdoc-to-markdown": "^8.0.0",
42
    "jshint": "^2.13.4",
43
    "jstoxml": "^3.2.3",
44
    "npm-run-all": "^4.1.5",
45
    "postcss-scss": "^4.0.9",
46
    "rollup-plugin-terser": "^7.0.2",
47
    "sass": "^1.58.3",
48
    "semver": "7.3.5",
49
    "shifter": "https://github.com/andrewnicols/shifter/archive/v1.2.0_moodle-0.tar.gz",
50
    "stylelint": "^15.11.0",
51
    "stylelint-csstree-validator": "^3.0.0",
1441 ariadna 52
    "winston": "^3.13.0",
1 efrain 53
    "xpath": "0.0.32"
54
  },
55
  "engines": {
1441 ariadna 56
    "node": ">=22.11.0 <23"
1 efrain 57
  },
58
  "browserslist": [
59
    ">0.3%",
60
    "last 2 versions",
61
    "not ie >= 0",
62
    "not op_mini all",
63
    "not Opera > 0",
64
    "not dead"
65
  ]
66
}