|
6 | 6 | "dependencies": { |
7 | 7 | "ckeditor5": "^47.3.0", |
8 | 8 | "copy-files-from-to": "^3.13.0", |
| 9 | + "datatables.net-buttons-dt": "^3.2.6", |
| 10 | + "datatables.net-columncontrol-dt": "^1.2.0", |
| 11 | + "datatables.net-dt": "^2.3.6", |
| 12 | + "datatables.net-responsive-dt": "^3.0.7", |
9 | 13 | "jquery": "^3.7.1" |
10 | 14 | }, |
11 | 15 | "copyFiles": [ |
|
20 | 24 | { |
21 | 25 | "from": "node_modules/ckeditor5/dist/browser/ckeditor5.css", |
22 | 26 | "to": "webroot/css/ckeditor5.css" |
| 27 | + }, |
| 28 | + { |
| 29 | + "from": "node_modules/datatables.net-responsive/js/dataTables.responsive.min.js", |
| 30 | + "to": "webroot/js/dataTables.responsive.min.js" |
| 31 | + }, |
| 32 | + { |
| 33 | + "from": "node_modules/datatables.net-columncontrol/js/dataTables.columnControl.min.js", |
| 34 | + "to": "webroot/js/dataTables.columnControl.min.js" |
| 35 | + }, |
| 36 | + { |
| 37 | + "from": "node_modules/datatables.net-buttons/js/buttons.print.min.js", |
| 38 | + "to": "webroot/js/buttons.print.min.js" |
| 39 | + }, |
| 40 | + { |
| 41 | + "from": "node_modules/datatables.net-buttons/js/buttons.colVis.min.js", |
| 42 | + "to": "webroot/js/buttons.colVis.min.js" |
| 43 | + }, |
| 44 | + { |
| 45 | + "from": "node_modules/datatables.net-buttons/js/dataTables.buttons.min.js", |
| 46 | + "to": "webroot/js/dataTables.buttons.min.js" |
| 47 | + }, |
| 48 | + { |
| 49 | + "from": "node_modules/datatables.net-buttons/js/buttons.html5.min.js", |
| 50 | + "to": "webroot/js/buttons.html5.min.js" |
| 51 | + }, |
| 52 | + { |
| 53 | + "from": "node_modules/datatables.net/js/dataTables.min.js", |
| 54 | + "to": "webroot/js/dataTables.min.js" |
| 55 | + }, |
| 56 | + { |
| 57 | + "from": "node_modules/datatables.net-responsive-dt/css/responsive.dataTables.min.css", |
| 58 | + "to": "webroot/css/responsive.dataTables.min.css" |
| 59 | + }, |
| 60 | + { |
| 61 | + "from": "node_modules/datatables.net-dt/css/dataTables.dataTables.min.css", |
| 62 | + "to": "webroot/css/dataTables.dataTables.min.css" |
| 63 | + }, |
| 64 | + { |
| 65 | + "from": "node_modules/datatables.net-columncontrol-dt/css/columnControl.dataTables.min.css", |
| 66 | + "to": "webroot/css/columnControl.dataTables.min.css" |
| 67 | + }, |
| 68 | + { |
| 69 | + "from": "node_modules/datatables.net-buttons-dt/css/buttons.dataTables.min.css", |
| 70 | + "to": "webroot/css/buttons.dataTables.min.css" |
23 | 71 | } |
24 | 72 | ] |
25 | 73 | } |
0 commit comments