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
|
{
"name": "laas-dashboard-dependencies",
"authors": [
"maxbr <maxbr@mi.fu-berlin.de>"
],
"description": "This package contains all the Js/CSS dependencies needed to run the Laas Dashboard.",
"main": "",
"license": "Apache2",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"fullcalendar": "^2.9.0",
"jquery-migrate": "^3.0.0",
"bootstrap": "4.3.1",
"popper.js": "1.14.3",
"Font-Awesome": "5.9.0",
"datatables.net": "1.10.19",
"datatables.net-bs4": "1.10.19",
"datatables.net-responsive": "2.1.1",
"datatables.net-responsive-bs4": "2.2.3"
}
}
|