-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.29 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
{
"version": "2.0.0",
"name": "mailer-module",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/remp2020/remp/blob/master/LICENSE.md"
}
],
"private": true,
"engines": {
"node": ">=18",
"npm": ">=9",
"yarn": ">=2"
},
"packageManager": "yarn@2.4.3",
"dependencies": {
"@remp/js-commons": "^2.4.0",
"animate.css": "^3.7.0",
"autosize": "^4.0.2",
"bootstrap": "^3.4.1",
"bootstrap-notify": "^3.1.3",
"bootstrap-select": "^1.13.18",
"chart.js": "^4.4",
"codemirror": "^5.45.0",
"datatables.net": "^1.10.25",
"datatables.net-responsive": "^2.2.9",
"datatables.net-rowgroup": "^1.1.3",
"datatables.net-buttons": "^1.6.5",
"easy-pie-chart": "^2.1.7",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"global": "^4.3.2",
"google-material-color": "^1.3.1",
"jquery": "^3.6.0",
"jquery-placeholder": "^2.3.1",
"jquery-typeahead": "^2.11.0",
"js-beautify": "^1.14.0",
"lodash": "^4.17.20",
"material-design-iconic-font": "^2.2.0",
"moment": "^2.24.0",
"moment-timezone": "^0.4.0 || ^0.5.0",
"nette-forms": "^3.1.8",
"nette.ajax.js": "^2.3.0",
"node-waves": "^0.7.6",
"rison": "^0.1.1",
"salvattore": "^1.0.9",
"trumbowyg": "^2.25.1",
"vue": "^3.5"
}
}