summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMichiK <6341204+der-michik@users.noreply.github.com>2018-12-04 21:03:32 +0100
committerMichiK <6341204+der-michik@users.noreply.github.com>2018-12-04 21:03:32 +0100
commit4e3232e57a1b8afde5aa71fb3b1bfd70fcf6ff92 (patch)
tree70af265ca515fdbbd8f73e00f394cf6711ac568e /package.json
parent36b7f8d2a2c732725c8993e1df16d454c0e9d47c (diff)
Replace datepicker and remove datepicker inline JS
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3c6dbca1..7a6191a5 100644
--- a/package.json
+++ b/package.json
@@ -14,11 +14,12 @@
},
"dependencies": {
"bootstrap": "^3.3.7",
- "bootstrap-datepicker": "^1.7.1",
"chart.js": "^1.0.2",
+ "eonasdan-bootstrap-datetimepicker": "^4.17.47",
"jquery": "^3.3.1",
"jquery-ui": "^1.11.2",
"moment": "^2.8.2",
+ "moment-timezone": "^0.4.0",
"select2": "^4.0.6-rc.1",
"select2-bootstrap-theme": "0.1.0-beta.10"
},