forked from ILIAS-eLearning/ILIAS
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 3.55 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 3.55 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "ilias",
"version": "11.0.0",
"description": "ILIAS open source e-Learning",
"browser": "js/index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"dependencies": {
"@yaireo/tagify": "^4.32.1",
"chart.js": "^4.4.7",
"dropzone": "^5.9.3",
"linkify-element": "^4.1.3",
"linkifyjs": "^4.1.3",
"mathjax": "^3.2.2",
"tinymce": "^7.5.1"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"eslint": "^9.16.0",
"eslint-plugin-import": "^2.31.0",
"rollup": "^4.28.1"
},
"scripts": {
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ILIAS-eLearning/ILIAS.git"
},
"keywords": [],
"author": "ILIAS open source developer group",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ILIAS-eLearning/ILIAS/issues"
},
"homepage": "https://github.com/ILIAS-eLearning/ILIAS#readme",
"extra": {
"@yaireo/tagify": {
"introduction-date": null,
"approved-by": "Jour Fixe",
"developer": "nhaagen",
"purpose": "Provides functionality for the Tag Input Field of the UI framework",
"last-update-for-ilias": "11.0"
},
"chart.js": {
"introduction-date": null,
"approved-by": "Jour Fixe",
"developer": "tfamula",
"purpose": "UI Bar Charts",
"last-update-for-ilias": "11.0"
},
"dropzone": {
"introduction-date": null,
"approved-by": "Jour Fixe",
"developer": "thibsy",
"purpose": "Handle file uploads on client-side (UI file input)",
"last-update-for-ilias": "11.0"
},
"linkify-element": {
"introduction-date": "20-02-2025",
"approved-by": "Jour Fixe",
"developer": "lscharmer",
"purpose": "components/ILIAS/Link: Autolinking of external links",
"last-update-for-ilias": "11.0"
},
"linkifyjs": {
"introduction-date": null,
"approved-by": "Jour Fixe",
"developer": "lscharmer",
"purpose": "components/ILIAS/Link: Autolinking of external links",
"last-update-for-ilias": "11.0"
},
"mathjax": {
"introduction-date": null,
"approved-by": "Jour Fix",
"developer": "fneumann",
"purpose": "Mathematical formular formatting",
"last-update-for-ilias": "11.0"
},
"tinymce": {
"introduction-date": null,
"approved-by": "Jour Fix",
"developer": "alex40724",
"purpose": "WYSIWYG text editing",
"last-update-for-ilias": "11.0"
},
"@rollup/plugin-terser": {
"introduction-date": null,
"approved-by": "Jour Fix",
"developer": "thibsy",
"purpose": "JS Module Bundler plugin for minification",
"last-update-for-ilias": "11.0"
},
"eslint": {
"introduction-date": null,
"approved-by": "Jour Fix",
"developer": "thibsy",
"purpose": "Used to enforce JS code-styles",
"last-update-for-ilias": "11.0"
},
"eslint-config-airbnb-base": {
"introduction-date": null,
"approved-by": "Jour Fix",
"developer": "thibsy",
"purpose": "Specific Code style for eslint",
"last-update-for-ilias": "11.0"
},
"eslint-plugin-import": {
"introduction-date": null,
"approved-by": "Jour Fix",
"developer": "thibsy",
"purpose": "Validate ES6 import/export statements",
"last-update-for-ilias": "11.0"
},
"rollup": {
"introduction-date": null,
"approved-by": "Jour Fix",
"developer": "thibsy",
"purpose": "JS Module Bundler",
"last-update-for-ilias": "11.0"
}
}
}