forked from ILIAS-eLearning/ILIAS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
177 lines (177 loc) · 5.2 KB
/
Copy pathpackage.json
File metadata and controls
177 lines (177 loc) · 5.2 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"name": "ilias",
"version": "12.0.0",
"description": "ILIAS open source e-Learning",
"type": "module",
"directories": {
"doc": "docs"
},
"engines": {
"node": "^22.18 || ^24.0",
"npm": "^10.9.3 || ^11.3"
},
"dependencies": {
"@yaireo/tagify": "^4.35.6",
"chart.js": "^4.5.1",
"dropzone": "^6.0.0-beta.2",
"jquery": "^3.7.1",
"jstree": "^3.3.17",
"linkify-element": "^4.3.2",
"linkifyjs": "^4.3.2",
"mathjax": "^3.2.2",
"tinymce": "^8.3.1",
"webui-popover": "^1.2.18"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^1.0.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.32.0",
"jsdom": "^27.2.0",
"rollup": "^4.53.3",
"sass": "^1.94.2"
},
"scripts": {
"test": "node --test \"./components/ILIAS/**/tests/**/*.js\""
},
"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": "thibsy",
"purpose": "Provides functionality for the Tag Input Field of the UI framework",
"last-update-for-ilias": "12.0"
},
"chart.js": {
"introduction-date": null,
"approved-by": "Jour Fixe",
"developer": "alex40724",
"purpose": "Used in the Chart UI component to display charts",
"last-update-for-ilias": "12.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": "12.0"
},
"jquery": {
"introduction-date": null,
"approved-by": "Jour Fixe",
"developer": "mjansen",
"purpose": "We still use jQuery for many JS-related actions in ILIAS, unfortunately.",
"last-update-for-ilias": "12.0"
},
"jstree": {
"introduction-date": null,
"approved-by": "Jour Fixe",
"developer": "alex40724",
"purpose": "Used in ilExplorerBaseGUI to display object trees asynchronously",
"last-update-for-ilias": "12.0"
},
"linkify-element": {
"introduction-date": "20-02-2025",
"approved-by": "Jour Fixe",
"developer": "mjansen",
"purpose": "components/ILIAS/Link: Autolinking of external links",
"last-update-for-ilias": "12.0"
},
"linkifyjs": {
"introduction-date": null,
"approved-by": "Jour Fixe",
"developer": "mjansen",
"purpose": "components/ILIAS/Link: Autolinking of external links",
"last-update-for-ilias": "12.0"
},
"mathjax": {
"introduction-date": null,
"approved-by": "Jour Fix",
"developer": "fneumann",
"purpose": "Mathematical formular formatting",
"last-update-for-ilias": "12.0"
},
"tinymce": {
"introduction-date": null,
"approved-by": "Jour Fix",
"developer": "alex40724",
"purpose": "WYSIWYG text editing",
"last-update-for-ilias": "12.0"
},
"webui-popover": {
"introduction-date": null,
"approved-by": "Jour Fixe",
"developer": "mjansen",
"purpose": "Create popovers",
"last-update-for-ilias": "12.0"
},
"@rollup/plugin-node-resolve": {
"introduction-date": null,
"approved-by": "Jour Fix",
"developer": "thibsy",
"purpose": "Rollup plugin to locate other plugins",
"last-update-for-ilias": "12.0"
},
"@rollup/plugin-terser": {
"introduction-date": null,
"approved-by": "Jour Fix",
"developer": "thibsy",
"purpose": "JS Module Bundler plugin for minification",
"last-update-for-ilias": "12.0"
},
"eslint": {
"introduction-date": null,
"approved-by": "Jour Fix",
"developer": "thibsy",
"purpose": "Used to enforce JS code-styles",
"last-update-for-ilias": "12.0"
},
"eslint-config-airbnb-base": {
"introduction-date": null,
"approved-by": "Jour Fix",
"developer": "thibsy",
"purpose": "Specific Code style for eslint",
"last-update-for-ilias": "12.0"
},
"eslint-plugin-import": {
"introduction-date": null,
"approved-by": "Jour Fix",
"developer": "thibsy",
"purpose": "Validate ES6 import/export statements",
"last-update-for-ilias": "12.0"
},
"jsdom": {
"introduction-date": null,
"approved-by": "Jour Fix",
"developer": "thibsy",
"purpose": "Used to emulate Browser DOM for unit tests",
"last-update-for-ilias": "12.0"
},
"rollup": {
"introduction-date": null,
"approved-by": "Jour Fix",
"developer": "thibsy",
"purpose": "JS Module Bundler",
"last-update-for-ilias": "12.0"
},
"sass": {
"introduction-date": null,
"approved-by": "Jour Fix",
"developer": "thibsy",
"purpose": "CSS Preprocessor",
"last-update-for-ilias": "12.0"
}
}
}