2019-04-05 20:48:34 +00:00
|
|
|
{
|
|
|
|
"name": "jqab",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"license": "MIT",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2019-04-07 00:45:45 +00:00
|
|
|
"install": "cp node_modules/jquery/dist/jquery.min.js node_modules/bootstrap/dist/js/bootstrap.js node_modules/handlebars/dist/handlebars.min.js node_modules/alpaca/dist/alpaca/bootstrap/alpaca.min.js node_modules/js-beautify/js/lib/beautify.js node_modules/js-beautify/js/lib/beautify-css.js node_modules/js-beautify/js/lib/beautify-html.js node_modules/typeahead.js/dist/bloodhound.min.js node_modules/typeahead.js/dist/typeahead.bundle.min.js node_modules/datatables.net/js/jquery.dataTables.js node_modules/datatables.net-bs/js/dataTables.bootstrap.js node_modules/datatables.net-rowreorder/js/dataTables.rowReorder.js node_modules/ckeditor/ckeditor.js node_modules/blueimp-file-upload/js/vendor/jquery.ui.widget.js node_modules/blueimp-file-upload/js/jquery.iframe-transport.js node_modules/blueimp-file-upload/js/jquery.fileupload.js node_modules/blueimp-file-upload/js/jquery.fileupload-process.js node_modules/blueimp-file-upload/js/jquery.fileupload-ui.js node_modules/handsontable/dist/handsontable.full.js node_modules/moment/min/moment-with-locales.min.js node_modules/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js node_modules/bootstrap-multiselect/dist/js/bootstrap-multiselect.js node_modules/jquery-price-format/jquery.priceformat.min.js node_modules/ace-builds/src-min-noconflict/ace.js node_modules/jquery-ui-dist/jquery-ui.js node_modules/ace-builds/src-min-noconflict/mode-json.js node_modules/ace-builds/src-min-noconflict/mode-javascript.js node_modules/ace-builds/src-min-noconflict/worker-json.js node_modules/ace-builds/src-min-noconflict/worker-javascript.js public/js && cp node_modules/bootstrap/dist/css/bootstrap.css node_modules/bootstrap/dist/css/bootstrap-theme.css node_modules/alpaca/dist/alpaca/bootstrap/alpaca.min.css node_modules/js-beautify/js/lib/beautify-css.js node_modules/datatables.net-bs/css/dataTables.bootstrap.css node_modules/blueimp-file-upload/css/jquery.fileupload.css node_modules/blueimp-file-upload/css/jquery.fileupload-ui.css node_modules/handsontable/dist/handsontable.full.css node_modules/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css node_modules/bootstrap-multiselect/dist/css/bootstrap-multiselect.css public/css && cp -r node_modules/bootstrap/fonts public"
|
2019-04-05 20:48:34 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"ace-builds": "^1.4.3",
|
|
|
|
"alpaca": "^1.5.24",
|
|
|
|
"blueimp-file-upload": "^9.28.0",
|
2019-04-07 17:38:07 +00:00
|
|
|
"body-parser": "^1.18.3",
|
2019-04-05 20:48:34 +00:00
|
|
|
"bootstrap": "^3.4.1",
|
|
|
|
"bootstrap-multiselect": "^0.9.13-1",
|
|
|
|
"ckeditor": "^4.11.3",
|
|
|
|
"datatables.net": "^1.10.19",
|
|
|
|
"datatables.net-bs": "^1.10.19",
|
|
|
|
"datatables.net-rowreorder": "^1.2.5",
|
2019-04-07 00:47:14 +00:00
|
|
|
"elasticsearch": "^15.4.1",
|
2019-04-05 20:48:34 +00:00
|
|
|
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
|
2019-04-07 00:47:14 +00:00
|
|
|
"express": "^4.16.4",
|
2019-04-05 20:48:34 +00:00
|
|
|
"handlebars": "^4.1.1",
|
|
|
|
"handsontable": "^7.0.0",
|
|
|
|
"jquery": "^3.3.1",
|
|
|
|
"jquery-price-format": "^0.0.1",
|
|
|
|
"jquery-ui-dist": "^1.12.1",
|
|
|
|
"js-beautify": "^1.9.1",
|
|
|
|
"moment": "^2.24.0",
|
|
|
|
"moment-timezone": "^0.4.0",
|
|
|
|
"typeahead.js": "^0.11.1"
|
|
|
|
}
|
|
|
|
}
|