+ textbox for addtional descriptions is now a textarea with 3 rows and 40 cols

+ openstreetmap for basemap
+ author table is now sortable (vuedraggable)
This commit is contained in:
Arno Kaimbacher 2019-07-19 17:41:57 +02:00
parent ad2e1ce378
commit 77b59fc33b
31 changed files with 648 additions and 385 deletions

View file

@ -21,17 +21,18 @@
"purecss-sass": "^1.0.0",
"resolve-url-loader": "^2.3.2",
"sass-loader": "^7.1.0",
"vee-validate": "^2.2.10",
"vee-validate": "^2.2.11",
"vue": "^2.5.21",
"vue-events": "^3.1.0",
"vue-template-compiler": "^2.5.21",
"vue-toast-notification": "0.0.2",
"vuedraggable": "^2.23.0",
"vuejs-datetimepicker": "^1.1.11",
"vuetable-2": "^1.7.5"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^12.1.0",
"@fortawesome/fontawesome-free": "^5.8.1",
"@ckeditor/ckeditor5-build-classic": "^12.3.0",
"@fortawesome/fontawesome-free": "^5.9.0",
"datatables.net": "^1.10.19",
"datatables.net-buttons": "^1.5.4"
}