Webpack configuration with the application
Showing
| ... | ... | @@ -21,9 +21,14 @@ |
| "webpack-rtl-plugin": "^1.5.0" | ||
| }, | ||
| "dependencies": { | ||
| "bootstrap": "^3.3.7", | ||
| "bootstrap-datetimepicker-npm": "^4.17.37-npm", | ||
| "datatables.net": "^1.10.15", | ||
| "datatables.net-buttons": "^1.3.1", | ||
| "moment": "^2.18.1", | ||
| "nestable2": "^1.5.0", | ||
| "pluralize": "^7.0.0" | ||
| "pluralize": "^7.0.0", | ||
| "select2": "^4.0.4", | ||
| "tinymce": "^4.5.8" | ||
| } | ||
| } |
Please register or sign in to comment