aboutsummaryrefslogtreecommitdiffstats
path: root/src/static/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/bower.json')
-rw-r--r--src/static/bower.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/static/bower.json b/src/static/bower.json
new file mode 100644
index 0000000..dda786d
--- /dev/null
+++ b/src/static/bower.json
@@ -0,0 +1,29 @@
+{
+ "name": "pharos-dashboard-dependencies",
+ "authors": [
+ "maxbr <maxbr@mi.fu-berlin.de>"
+ ],
+ "description": "This package contains all the Js/CSS dependencies needed to run the Pharos 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"
+ }
+}