lib
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"node_modules/base-64/base64.js",
|
||||
"node_modules/moment/moment.js",
|
||||
"node_modules/moment-timezone/moment-timezone.js",
|
||||
"node_modules/moment-timezone-data-build/build/moment-timezone-data.js",
|
||||
"node_modules/timepicker/jquery.timepicker.js",
|
||||
"node_modules/devbridge-autocomplete/dist/jquery.autocomplete.js",
|
||||
"node_modules/jquery-textcomplete/dist/jquery.textcomplete.js",
|
||||
@@ -25,7 +26,6 @@
|
||||
"client/lib/jquery-ui.min.js",
|
||||
"client/lib/jquery.ui.touch-punch.min.js",
|
||||
"client/lib/autobahn.js",
|
||||
"client/lib/moment-timezone-data.js",
|
||||
|
||||
"client/src/loader.js",
|
||||
"client/src/utils.js",
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -35,6 +35,10 @@
|
||||
"src": "moment-timezone/moment-timezone.js",
|
||||
"bundle": true
|
||||
},
|
||||
{
|
||||
"src": "moment-timezone-data-build/build/moment-timezone-data.js",
|
||||
"bundle": true
|
||||
},
|
||||
{
|
||||
"src": "timepicker/jquery.timepicker.js",
|
||||
"bundle": true
|
||||
|
||||
Generated
+7
@@ -2412,6 +2412,13 @@
|
||||
"moment": ">= 2.9.0"
|
||||
}
|
||||
},
|
||||
"moment-timezone-data-build": {
|
||||
"version": "git://github.com/yurikuzn/moment-timezone-data-build.git#3e52702f66818b38e22b620d92b68c8a8748467c",
|
||||
"from": "git://github.com/yurikuzn/moment-timezone-data-build.git#0.1.0",
|
||||
"requires": {
|
||||
"moment-timezone": "^0.5.27"
|
||||
}
|
||||
},
|
||||
"ms": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
"marked": "^0.8.2",
|
||||
"moment": "^2.24.0",
|
||||
"moment-timezone": "^0.5.33",
|
||||
"moment-timezone-data-build": "git://github.com/yurikuzn/moment-timezone-data-build.git#0.1.0",
|
||||
"qrcodejs": "^1.0.0",
|
||||
"selectize": "git://github.com/selectize/selectize.js.git#v0.13.3",
|
||||
"summernote": "^0.8.12",
|
||||
|
||||
Reference in New Issue
Block a user