Added simple single page ajax handling for a links.

This commit is contained in:
Jan Böhmer 2019-03-24 19:55:39 +01:00
parent ca8ef1d5bd
commit b3db1dd139
8 changed files with 325 additions and 63 deletions

View file

@ -17,6 +17,9 @@
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^12.0.0",
"@types/bootstrap": "^4.3.0",
"@types/jquery": "^3.3.29",
"@types/js-cookie": "^2.2.1",
"awesome-bootstrap-checkbox": "^1.0.1",
"bootstrap-select": "^1.13.8",
"bootstrap-treeview": "jbtronics/bootstrap-treeview",
@ -24,7 +27,10 @@
"datatables.net-buttons-bs4": "^1.5.4",
"datatables.net-fixedheader-bs4": "^3.1.5",
"datatables.net-select-bs4": "^1.2.7",
"js-cookie": "^2.2.0",
"jszip": "^3.2.0",
"pdfmake": "^0.1.53"
"pdfmake": "^0.1.53",
"ts-loader": "^5.3.3",
"typescript": "^3.3.4000"
}
}