mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
123 lines
2.7 KiB
JSON
123 lines
2.7 KiB
JSON
[
|
|
{
|
|
"src": "jquery/dist/jquery.js",
|
|
"bundle": true
|
|
},
|
|
{
|
|
"src": "underscore/underscore.js",
|
|
"bundle": true
|
|
},
|
|
{
|
|
"src": "es6-promise/dist/es6-promise.js",
|
|
"bundle": true
|
|
},
|
|
{
|
|
"src": "backbone/backbone.js",
|
|
"bundle": true
|
|
},
|
|
{
|
|
"src": "handlebars/dist/handlebars.js",
|
|
"bundle": true
|
|
},
|
|
{
|
|
"src": "bullbone/dist/bullbone.js",
|
|
"bundle": true
|
|
},
|
|
{
|
|
"src": "base-64/base64.js",
|
|
"bundle": true
|
|
},
|
|
{
|
|
"src": "moment/moment.js",
|
|
"bundle": true
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"src": "devbridge-autocomplete/dist/jquery.autocomplete.js",
|
|
"bundle": true
|
|
},
|
|
{
|
|
"src": "jquery-textcomplete/dist/jquery.textcomplete.js",
|
|
"bundle": true
|
|
},
|
|
{
|
|
"src": "bootstrap/dist/js/bootstrap.js",
|
|
"bundle": true
|
|
},
|
|
{
|
|
"src": "bootstrap-datepicker/dist/js/bootstrap-datepicker.js",
|
|
"bundle": true
|
|
},
|
|
{
|
|
"src": "marked/lib/marked.js",
|
|
"bundle": true
|
|
},
|
|
{
|
|
"src": "dompurify/dist/purify.js",
|
|
"bundle": true
|
|
},
|
|
{
|
|
"src": "gridstack/dist/gridstack.js",
|
|
"bundle": true
|
|
},
|
|
{
|
|
"src": "gridstack/dist/gridstack.jQueryUI.js",
|
|
"bundle": true
|
|
},
|
|
{
|
|
"src": "selectize/dist/js/standalone/selectize.js"
|
|
},
|
|
{
|
|
"src": "bootstrap-colorpicker/dist/js/bootstrap-colorpicker.js"
|
|
},
|
|
{
|
|
"src": "cropper/dist/cropper.js"
|
|
},
|
|
{
|
|
"src": "cronstrue/dist/cronstrue-i18n.js"
|
|
},
|
|
{
|
|
"src": "exif-js/exif.js"
|
|
},
|
|
{
|
|
"src": "jsbarcode/dist/JsBarcode.all.js"
|
|
},
|
|
{
|
|
"src": "qrcodejs/qrcode.js"
|
|
},
|
|
{
|
|
"src": "summernote/dist/summernote.js"
|
|
},
|
|
{
|
|
"src": "espo-funnel-chart/build/espo-funnel-chart.js"
|
|
},
|
|
{
|
|
"name": "ace-builds",
|
|
"files": [
|
|
{
|
|
"src": "ace-builds/src-noconflict/ace.js",
|
|
"dest": "client/lib/ace.js"
|
|
},
|
|
{
|
|
"src": "ace-builds/src-noconflict/mode-javascript.js",
|
|
"dest": "client/lib/ace-mode-javascript.js"
|
|
},
|
|
{
|
|
"src": "ace-builds/src-noconflict/ext-language_tools.js",
|
|
"dest": "client/lib/ace-ext-language_tools.js"
|
|
}
|
|
]
|
|
}
|
|
]
|