-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
executable file
·72 lines (72 loc) · 2.29 KB
/
package.json
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
{
"name": "webroot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@egjs/hammerjs": "^2.0.17",
"@fortawesome/fontawesome-free": "^6.1.1",
"@fullcalendar/bootstrap": "^4.4.2",
"@fullcalendar/core": "^4.4.2",
"@fullcalendar/daygrid": "^4.4.2",
"@fullcalendar/interaction": "^4.4.2",
"@fullcalendar/list": "^4.4.2",
"@fullcalendar/timegrid": "^4.4.2",
"angular": "^1.8.1",
"angular-flippy": "^2.1.1",
"angular-gridster": "^0.13.14",
"angular-ui-router": "^1.0.28",
"animate.css": "^3.7.2",
"bootstrap": "^4.5.2",
"bootstrap-datepicker": "^1.9.0",
"bootstrap4-tagsinput": "^4.1.3",
"bootstrap4-toggle": "^3.6.1",
"bootstrap4c-chosen": "^1.1.1",
"canvas-gauges": "^2.1.7",
"chart.js": "^2.9.3",
"chartjs-plugin-annotation": "^0.5.7",
"component-emitter": "^1.3.0",
"dropzone": "^5.9.2",
"file-saver": "^2.0.2",
"flag-icon-css": "^3.5.0",
"flot": "^0.8.3",
"flot-axislabels": "^1.0.0",
"font-awesome": "^4.7.0",
"font-logos": "^0.14.0",
"javascript-detect-element-resize": "^0.5.3",
"jquery": "^3.5.1",
"jquery-blockui": "^2.7.0",
"jquery-nestable": "^0.8.0",
"jquery-slimscroll": "^1.3.8",
"jquery-sparkline": "^2.4.0",
"jquery-ui-dist": "^1.12.1",
"jquery.cookie": "^1.4.1",
"jsoneditor": "^9.10.0",
"keycharm": "^0.3.0",
"lodash": "^4.17.21",
"luxon": "^3.0.1",
"ng-nestable": "^0.0.1",
"node-waves": "^0.7.6",
"noty": "^3.1.4",
"popper.js": "^1.15.0",
"propagating-hammerjs": "^1.5.0",
"rangyinputs": "^1.2.0",
"raphael": "^2.3.0",
"spectrum-colorpicker2": "^2.0.4",
"timsort": "^0.3.0",
"tsparticles": "^1.18.0",
"underscore": "^1.11.0",
"uplot": "^1.6.22",
"uuid": "^7.0.3",
"vis-data": "^7.1.2",
"vis-network": "^9.0.4",
"vis-timeline": "^7.4.7",
"vis-util": "^5.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"author": "",
"license": "ISC"
}