- new design

- with normalize.css and skeleton.css
This commit is contained in:
Arno Kaimbacher 2019-09-11 18:47:13 +02:00
parent 084a1a2b8c
commit 720aa57810
49 changed files with 2567 additions and 357 deletions

View file

@ -8,32 +8,34 @@
"production": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.18.1",
"bootstrap-sass": "^3.4.0",
"cross-env": "^5.1",
"axios": "^0.19.0",
"bootstrap-sass": "^3.4.1",
"cross-env": "^5.2.1",
"jquery": "^3.4.1",
"laravel-mix": "^4.1.2",
"laravel-mix": "^4.1.4",
"leaflet": "^1.5.1",
"leaflet-draw": "^1.0.4",
"lodash": "^4.17.15",
"node-sass": "^4.12.0",
"npm-font-open-sans": "^1.1.0",
"purecss-sass": "^1.0.1",
"resolve-url-loader": "^2.3.2",
"sass-loader": "^7.3.1",
"resolve-url-loader": "^3.1.0",
"sass": "^1.15.2",
"sass-loader": "^7.1.0",
"vee-validate": "^2.2.15",
"vue": "^2.5.21",
"vue": "^2.6.10",
"vue-events": "^3.1.0",
"vue-template-compiler": "^2.5.21",
"vue-toast-notification": "0.0.2",
"vue-template-compiler": "^2.6.10",
"vue-toast-notification": "0.0.3",
"vuedraggable": "^2.23.0",
"vuejs-datetimepicker": "^1.1.12",
"vuetable-2": "^1.7.5"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^12.3.0",
"@fortawesome/fontawesome-free": "^5.9.0",
"@ckeditor/ckeditor5-build-classic": "^12.4.0",
"@fortawesome/fontawesome-free": "^5.10.2",
"datatables.net": "^1.10.19",
"datatables.net-buttons": "^1.5.4"
"datatables.net-buttons": "^1.5.6",
"single-page-nav": "^1.0.0"
}
}