CSS Libraries and style updates (#388)

* Update now-ui frontend lib to latest instead of the beta

* Update to bootstrap 4 lib

* Fix flights and profile pages
This commit is contained in:
Nabeel S
2019-09-12 11:48:41 -04:00
committed by GitHub
parent 37fc761567
commit 7a76ac4226
80 changed files with 2344 additions and 157675 deletions

View File

@@ -7,14 +7,15 @@
"watch-poll": "yarn run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "yarns run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"@turf/center": "^6.0.1",
"Leaflet.Geodesic": "git+https://git@github.com/henrythasler/Leaflet.Geodesic.git",
"animate.css": "~3.6",
"axios": "^0.18.1",
"bootstrap": "~3.4",
"bootstrap": "~4.3",
"bootstrap3": "npm:bootstrap@~3.4",
"bootstrap-sass": "^3.4.1",
"cookieconsent": "^3.1.0",
"cross-env": "^5.1.6",